Changed Syntastic shortcuts to avoid timeout problems

This commit is contained in:
Emmanuel BENOîT 2015-03-09 17:38:51 +01:00
parent 76b6688dbc
commit b8c386ab79
2 changed files with 4 additions and 4 deletions

View file

@ -8,5 +8,5 @@ let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_ignore_files = ['\m^/usr/include/']
nnoremap <silent> <Leader>s :SyntasticToggleMode<cr>
nnoremap <silent> <Leader>ss :SyntasticCheck<cr>
nnoremap <silent> <Leader>ss :SyntasticToggleMode<cr>
nnoremap <silent> <Leader>sc :SyntasticCheck<cr>

View file

@ -61,5 +61,5 @@ local leader key.
<Leader>gP Git: push
<Leader>gR Git: remove current buffer
<Leader>s Toggle syntax checking
<Leader>ss Check syntax now
<Leader>ss Toggle syntax checking
<Leader>sc Check syntax now