1
0
nvim-config/core/tabs.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

7 lines
151 B
VimL

nnoremap th :tabfirst<CR>
nnoremap tj :tabnext<CR>
nnoremap tk :tabprev<CR>
nnoremap tl :tablast<CR>
nnoremap tn :tabnew<CR>
nnoremap tq :tabclose<CR>