Add tab shortcuts

This commit is contained in:
Kevin Cotugno 2017-07-01 11:13:15 -07:00
parent 1280f9d1c2
commit 02bc3cfea6

View File

@ -104,6 +104,8 @@ nmap <leader>. :TagbarToggle<CR>
nmap <leader>tt :tabnew<CR>
nmap <leader>tn :tabnext<CR>
nmap <leader>tp :tabprevious<CR>
nmap <leader>tc :tabclose<CR>
nmap <leader>tm :tabmove<CR>
" Misc
nmap <leader>h :noh<CR>