New maps for tab workflow
This commit is contained in:
parent
aae8aabcdf
commit
4681ebbab2
@ -101,9 +101,15 @@ function AddGitGutterToStatusline()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Shortcuts
|
" Shortcuts
|
||||||
|
" Plugins
|
||||||
nmap <C-\> :NERDTreeToggle<CR>
|
nmap <C-\> :NERDTreeToggle<CR>
|
||||||
nmap <leader>. :TagbarToggle<CR>
|
nmap <leader>. :TagbarToggle<CR>
|
||||||
|
|
||||||
|
" Tabs
|
||||||
|
nmap <leader>tt :tabnew<CR>
|
||||||
|
nmap <leader>tn :tabnext<CR>
|
||||||
|
nmap <leader>tp :tabprevious<CR>
|
||||||
|
|
||||||
" Plugin configuration
|
" Plugin configuration
|
||||||
" ctrlp
|
" ctrlp
|
||||||
let g:ctrlp_custom_ignore = '\v(node_modules|\.git|tmp)$'
|
let g:ctrlp_custom_ignore = '\v(node_modules|\.git|tmp)$'
|
||||||
|
Loading…
Reference in New Issue
Block a user