diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 6f46915..0a7557f 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -42,6 +42,12 @@ noremap! " Correct word with best/first suggestion. noremap c 1z= +" Correct next or last misspelled word (and their non-rare/region versions) +" without moving +noremap ]s ]s1z= +noremap [s [s1z= +noremap ]S ]S1z= +noremap [S [S1z= " Toggle spell, cycle and set spelllang map st :set spell=!&spell