diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index fd1b615..9668ce0 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -35,6 +35,10 @@ local default_mappings = { n = { [""] = actions.close, + + -- TODO: This would be weird if we switch the ordering. + ["j"] = actions.move_selection_next, + ["k"] = actions.move_selection_previous, }, }