New maps for tab workflow

This commit is contained in:
Kevin Cotugno 2017-05-22 14:18:38 -07:00
parent aae8aabcdf
commit 4681ebbab2

View File

@ -101,9 +101,15 @@ function AddGitGutterToStatusline()
endfunction
" Shortcuts
" Plugins
nmap <C-\> :NERDTreeToggle<CR>
nmap <leader>. :TagbarToggle<CR>
" Tabs
nmap <leader>tt :tabnew<CR>
nmap <leader>tn :tabnext<CR>
nmap <leader>tp :tabprevious<CR>
" Plugin configuration
" ctrlp
let g:ctrlp_custom_ignore = '\v(node_modules|\.git|tmp)$'