diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index ec515c4..23b5917 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -32,6 +32,10 @@ local default_mappings = { i = { [""] = actions.move_selection_next, [""] = actions.move_selection_previous, + + [""] = actions.move_selection_next, + [""] = actions.move_selection_previous, + [""] = actions.goto_file_selection, }, @@ -42,6 +46,9 @@ local default_mappings = { -- TODO: This would be weird if we switch the ordering. ["j"] = actions.move_selection_next, ["k"] = actions.move_selection_previous, + + [""] = actions.move_selection_next, + [""] = actions.move_selection_previous, }, }