diff --git a/nvim/lua/config/nvim_telescope.lua b/nvim/lua/config/nvim_telescope.lua index d00fec8..b7cce0f 100644 --- a/nvim/lua/config/nvim_telescope.lua +++ b/nvim/lua/config/nvim_telescope.lua @@ -13,8 +13,8 @@ require('telescope').setup({ mappings = { i = { [''] = actions.close, - [''] = actions.move_selection_previous, - [''] = actions.move_selection_next, + [''] = actions.move_selection_previous, + [''] = actions.move_selection_next, [''] = { '', type = 'command' }, [''] = { '', type = 'command' }, [''] = actions.preview_scrolling_down,