better tab closing command
This commit is contained in:
parent
38ec32a1c9
commit
afd58df252
|
@ -67,7 +67,7 @@ nnoremap <space><space>k :split<CR><C-w>k
|
||||||
|
|
||||||
nnoremap <space><space>t :tabnew<CR>
|
nnoremap <space><space>t :tabnew<CR>
|
||||||
nnoremap <space><space>z :tabnew %<CR>
|
nnoremap <space><space>z :tabnew %<CR>
|
||||||
nnoremap <space><space>q :q<CR>gT<CR>
|
nnoremap <space><space>q :tabclose<CR>gT<CR>
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"location list and quickfix mappings
|
"location list and quickfix mappings
|
||||||
|
|
Loading…
Reference in New Issue