📝 Remapped s+k to a+k due to issues

This commit is contained in:
z3rOR0ne 2022-12-18 19:29:07 -08:00
parent 393c9eaa8a
commit 948a4b0c95

View file

@ -38,7 +38,7 @@ vim.keymap.set('n', '<S-j>', '<c-w>:tabprevious<CR>', {})
vim.keymap.set('n', '<A-left>', '<c-w>:tabprevious<CR>', {})
vim.keymap.set('n', '<A-tab>', '<c-w>:tabnext<CR>', {})
vim.keymap.set('n', '<S-k>', '<c-w>:tabnext<CR>', {})
vim.keymap.set('n', '<A-k>', '<c-w>:tabnext<CR>', {})
vim.keymap.set('n', '<A-right>', '<c-w>:tabnext<CR>', {})
-- Use ctrl- [hl] to select the active split!