diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 = { ["<esc>"] = actions.close, + + -- TODO: This would be weird if we switch the ordering. + ["j"] = actions.move_selection_next, + ["k"] = actions.move_selection_previous, }, } |
