📝 Remapped s+k to a+k due to issues
This commit is contained in:
parent
393c9eaa8a
commit
948a4b0c95
1 changed files with 1 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue