nvim: better key bindings fog tab navigation
This commit is contained in:
parent
dc4875bcec
commit
d889b4b8fc
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ map('n', '<s-Left>', '<cmd>vertical resize -1<cr>')
|
|||
map('n', '<s-Right>', '<cmd>vertical resize +1<cr>')
|
||||
|
||||
-- easy tab navigation
|
||||
map('n', '<leader>.', '<cmd>tabnext<cr>', { silent = true })
|
||||
map('n', '<leader>,', '<cmd>tabprevious<cr>', { silent = true })
|
||||
map('n', '<Right>', '<cmd>tabnext<cr>', { silent = true })
|
||||
map('n', '<Left>', '<cmd>tabprevious<cr>', { silent = true })
|
||||
|
||||
-- move lines up and down
|
||||
map('n', '<c-a-j>', [[:move .+1<cr>==]], { silent = true })
|
||||
|
|
Loading…
Add table
Reference in a new issue