From: Samir Benmendil Date: Wed, 12 Apr 2023 22:23:09 +0000 (+0100) Subject: vim: remove f mapping for first spell suggestion X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6b26cd88e19a47b65fe17a429a70e18c9580d036?ds=inline vim: remove f mapping for first spell suggestion I don't use it. Been using z] instead. Although I'm always struggling to remember that one, is it z] or ]z or ]s or something else? I never know. --- diff --git a/vim/vimrc b/vim/vimrc index abce751..6657132 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -972,8 +972,6 @@ function! SwitchSpell() endfunction nnoremap coS :call SwitchSpell() -" fix spelling with first choice -nnoremap f 1z= " gitdir or home {{{2 " from derek wyatt: