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