diff --git a/bundles-init/syntastic.cfg.vim b/bundles-init/syntastic.cfg.vim index e430cfd..00e4754 100644 --- a/bundles-init/syntastic.cfg.vim +++ b/bundles-init/syntastic.cfg.vim @@ -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 s :SyntasticToggleMode -nnoremap ss :SyntasticCheck +nnoremap ss :SyntasticToggleMode +nnoremap sc :SyntasticCheck diff --git a/doc/heavim.txt b/doc/heavim.txt index f313c72..9d6cb1f 100644 --- a/doc/heavim.txt +++ b/doc/heavim.txt @@ -61,5 +61,5 @@ local leader key. gP Git: push gR Git: remove current buffer - s Toggle syntax checking - ss Check syntax now + ss Toggle syntax checking + sc Check syntax now