From e03a542b9ea0e46fe7ed8148b208d72a0df27337 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 1 Sep 2020 17:50:15 -0400 Subject: [PATCH] feat: Add for normal mode --- lua/telescope/pickers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 9668ce0..2f15cb6 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -35,6 +35,7 @@ local default_mappings = { n = { [""] = actions.close, + [""] = actions.goto_file_selection, -- TODO: This would be weird if we switch the ordering. ["j"] = actions.move_selection_next,