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,