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/e2eee727efcdfaa4d975b75eaeb96811ac9fae09 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: