nvim: keymappings: Add key mapping for closing tab page
This commit is contained in:
parent
3e3b3cd153
commit
87ebb6c160
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ nnoremap <Leader>tn :tabnext<CR>
|
|||
nnoremap <Leader>tf :tabfirst<CR>
|
||||
nnoremap <Leader>tl :tablast<CR>
|
||||
nnoremap <Leader>tN :tabnew<CR>
|
||||
nnoremap <Leader>tc :tabclose<CR>
|
||||
" For tags
|
||||
nnoremap [t :tprevious<CR>
|
||||
nnoremap ]t :tNext<CR>
|
||||
|
|
Loading…
Reference in a new issue