mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-03 07:26:48 +00:00
fix telescope movement
This commit is contained in:
@@ -13,8 +13,8 @@ require('telescope').setup({
|
|||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
['<esc>'] = actions.close,
|
['<esc>'] = actions.close,
|
||||||
['<C-j>'] = actions.move_selection_previous,
|
['<C-k>'] = actions.move_selection_previous,
|
||||||
['<C-k>'] = actions.move_selection_next,
|
['<C-j>'] = actions.move_selection_next,
|
||||||
['<C-l>'] = { '<Right>', type = 'command' },
|
['<C-l>'] = { '<Right>', type = 'command' },
|
||||||
['<C-h>'] = { '<Left>', type = 'command' },
|
['<C-h>'] = { '<Left>', type = 'command' },
|
||||||
['<C-f>'] = actions.preview_scrolling_down,
|
['<C-f>'] = actions.preview_scrolling_down,
|
||||||
|
|||||||
Reference in New Issue
Block a user