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
bundles-init

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>