fix ts key order

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-07-05 16:35:11 +08:00
parent bcd04634f9
commit de0d805904

View File

@@ -15,8 +15,8 @@ return {
mappings = {
i = {
['<esc>'] = 'close',
['<C-j>'] = 'move_selection_previous',
['<C-k>'] = 'move_selection_next',
['<C-k>'] = 'move_selection_previous',
['<C-j>'] = 'move_selection_next',
['<C-l>'] = { '<Right>', type = 'command' },
['<C-h>'] = { '<Left>', type = 'command' },
['<C-f>'] = 'preview_scrolling_down',