[vim] Added toggle (<leader>o) for syntastic syntax checking

This commit is contained in:
Nick Nisi
2012-09-18 10:59:42 -05:00
parent 40e06f950e
commit b4724b5ceb

View File

@@ -291,6 +291,9 @@ nmap <leader>gc :Gcommit<cr>
nmap <leader>gbr :Gbrowse<cr>
nmap <leader>gd :Gdiff<cr>
" toggle syntastic syntax checking
nmap <leader>o :SyntasticToggleMode<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Local vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""