buffer switch mapping

This commit is contained in:
ManjaroOne666 2018-04-08 17:45:30 +01:00
parent 020f9b44cc
commit ffaecaa36b
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ nnoremap <space><space>k :split<CR><C-w>k
nnoremap <space><space>t :tabnew<CR>
nnoremap <space><space>z :tabnew %<CR>
nnoremap <space><space>q :tabclose<CR>gT<CR>
nnoremap <tab> :b#<CR>
"}}}
"location list and quickfix mappings