From e2eee727efcdfaa4d975b75eaeb96811ac9fae09 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 12 Apr 2023 23:23:09 +0100 Subject: [PATCH] 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. --- vim/vimrc | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.48.1