From: Samir Benmendil Date: Wed, 4 Mar 2015 18:18:48 +0000 (+0000) Subject: vim: SwitchSpell with coS X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/80fadb7c372972f452b3ffaa37430328e44ce6c5?ds=inline vim: SwitchSpell with coS --- 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=