Changing syntastic toggle map to S from s

This commit is contained in:
Dustin Swan
2012-12-10 11:02:17 -06:00
parent 122bb8c72b
commit b5a6e418a6

2
vimrc
View File

@@ -171,7 +171,7 @@ else
let g:loaded_syntastic_plugin=1
endif
nnoremap <leader>s :SyntasticToggleMode<cr>
nnoremap <leader>S :SyntasticToggleMode<cr>
" Supertab
" let g:SuperTabDefaultCompletionType="context"