From fd8c3e8a75f562133c47cd563811a0a700beb47f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 13 Jan 2021 09:20:28 -0800 Subject: [PATCH] Add spell auto complete from normal mode --- vim/rc/input.rc.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/rc/input.rc.vim b/vim/rc/input.rc.vim index 2b1c797..5a1b4b7 100644 --- a/vim/rc/input.rc.vim +++ b/vim/rc/input.rc.vim @@ -152,3 +152,5 @@ endif " Easily toggle spelling command Spell setlocal spell! spelllang=en_us +" Pop spell completion word under cursor +nmap s viwas