From de0d805904258fa4ef9c5fa55c9a2261940fdc1f Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Fri, 5 Jul 2024 16:35:11 +0800 Subject: [PATCH] fix ts key order Signed-off-by: d0zingcat --- nvim/lua/plugins/telescope.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',