fix telescope movement

This commit is contained in:
d0zingcat
2022-06-16 16:21:01 +08:00
parent 9b59d381c8
commit 4e53eba1ea

View File

@@ -13,8 +13,8 @@ require('telescope').setup({
mappings = {
i = {
['<esc>'] = actions.close,
['<C-j>'] = actions.move_selection_previous,
['<C-k>'] = actions.move_selection_next,
['<C-k>'] = actions.move_selection_previous,
['<C-j>'] = actions.move_selection_next,
['<C-l>'] = { '<Right>', type = 'command' },
['<C-h>'] = { '<Left>', type = 'command' },
['<C-f>'] = actions.preview_scrolling_down,