]> git.rmz.io Git - dotfiles.git/commitdiff
vim: remove <leader>f mapping for first spell suggestion
authorSamir Benmendil <me@rmz.io>
Wed, 12 Apr 2023 22:23:09 +0000 (23:23 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:19 +0000 (17:36 +0000)
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

index abce7512691ea3cd1e35bbac24abaf57d387bac2..665713258fa0de386dafbc6529e6d499c6bf8ff4 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -972,8 +972,6 @@ function! SwitchSpell()
 endfunction
 
 nnoremap <silent> coS :call SwitchSpell()<CR>
-" fix spelling with first choice
-nnoremap <Leader>f 1z=
 
 " gitdir or home {{{2
 " from derek wyatt: