From 80fadb7c372972f452b3ffaa37430328e44ce6c5 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 4 Mar 2015 18:18:48 +0000 Subject: [PATCH] vim: SwitchSpell with coS --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index e5a69e6..5194617 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -579,7 +579,6 @@ function! SwitchSpell() echo "setlocal spelllang=" g:myLangList[b:myLang] endfunction -nnoremap s :call ToggleSpell() -nnoremap S :call SwitchSpell() +nnoremap coS :call SwitchSpell() " fix spelling with first choice nnoremap f 1z= -- 2.48.1