nvim: keymappings: Add key mapping for closing tab page

This commit is contained in:
Sanchayan Maity 2020-10-06 17:41:06 +05:30
parent 3e3b3cd153
commit 87ebb6c160

View file

@ -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>