binds for tabs

This commit is contained in:
Bartek Stalewski 2020-10-01 17:46:06 +02:00
parent a7193e72dd
commit d91435de5e

View File

@ -47,6 +47,8 @@ nmap <C-p> :Files<CR>
nmap <C-a> :Files ~<CR>
nmap <C-n> :tabnew<CR>
nmap <C-q> :tabclose<CR>
nmap <C-k> :tabprevious<CR>
nmap <C-l> :tabnext<CR>
nmap <C-Left> :tabprev<CR>
nmap <C-Right> :tabnext<CR>