New maps for tab workflow
This commit is contained in:
parent
aae8aabcdf
commit
4681ebbab2
@ -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)$'
|
||||
|
Loading…
Reference in New Issue
Block a user