Map a few more useful toggles.
This commit is contained in:
parent
9193871f4d
commit
b519bdd0ad
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -89,6 +89,10 @@ let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
let g:syntastic_javascript_checkers = ['jsxhint']
|
let g:syntastic_javascript_checkers = ['jsxhint']
|
||||||
|
|
||||||
|
" toggle syntastic's checking
|
||||||
|
nmap <F4> :SyntasticToggleMode<CR>
|
||||||
|
" toggle gundo's display
|
||||||
|
nmap <F5> :GundoToggle<CR>
|
||||||
" quickly toggle a right, vsplit for viewing, navigating whatever structure easy
|
" quickly toggle a right, vsplit for viewing, navigating whatever structure easy
|
||||||
" tags/tagbar can figure out for the current buffer
|
" tags/tagbar can figure out for the current buffer
|
||||||
nmap <F9> :TagbarToggle<CR>
|
nmap <F9> :TagbarToggle<CR>
|
||||||
|
|
Loading…
Reference in a new issue