Changed Syntastic shortcuts to avoid timeout problems
This commit is contained in:
parent
76b6688dbc
commit
b8c386ab79
2 changed files with 4 additions and 4 deletions
|
@ -8,5 +8,5 @@ let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 1
|
let g:syntastic_auto_loc_list = 1
|
||||||
let g:syntastic_ignore_files = ['\m^/usr/include/']
|
let g:syntastic_ignore_files = ['\m^/usr/include/']
|
||||||
|
|
||||||
nnoremap <silent> <Leader>s :SyntasticToggleMode<cr>
|
nnoremap <silent> <Leader>ss :SyntasticToggleMode<cr>
|
||||||
nnoremap <silent> <Leader>ss :SyntasticCheck<cr>
|
nnoremap <silent> <Leader>sc :SyntasticCheck<cr>
|
||||||
|
|
|
@ -61,5 +61,5 @@ local leader key.
|
||||||
<Leader>gP Git: push
|
<Leader>gP Git: push
|
||||||
<Leader>gR Git: remove current buffer
|
<Leader>gR Git: remove current buffer
|
||||||
|
|
||||||
<Leader>s Toggle syntax checking
|
<Leader>ss Toggle syntax checking
|
||||||
<Leader>ss Check syntax now
|
<Leader>sc Check syntax now
|
||||||
|
|
Loading…
Reference in a new issue