feat: delete mappings for tabs and buffers
This commit is contained in:
parent
2be3e66c3c
commit
9680e81aa3
1 changed files with 2 additions and 0 deletions
|
@ -21,10 +21,12 @@ map('n', '<leader>cn', ':cnext<cr>zz')
|
|||
-- buffer navigation
|
||||
map('n', '<leader>bp', ':bprev<cr>')
|
||||
map('n', '<leader>bn', ':bnext<cr>')
|
||||
map('n', '<leader>bd', ':bdelete<cr>')
|
||||
|
||||
-- tab navigation
|
||||
map('n', '<leader>tp', ':tabprevious<cr>')
|
||||
map('n', '<leader>tn', ':tabnext<cr>')
|
||||
map('n', '<leader>td', ':tabclose<cr>')
|
||||
|
||||
-- resize with arrows
|
||||
map('n', '<C-Up>', ':resize -2<CR>')
|
||||
|
|
Loading…
Add table
Reference in a new issue