]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: remove <leader>f mapping for first spell suggestion
[dotfiles.git] / 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: