diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index cf9ab22..65873bb 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -15,8 +15,8 @@ return { mappings = { i = { [''] = 'close', - [''] = 'move_selection_previous', - [''] = 'move_selection_next', + [''] = 'move_selection_previous', + [''] = 'move_selection_next', [''] = { '', type = 'command' }, [''] = { '', type = 'command' }, [''] = 'preview_scrolling_down',