Add spell auto complete from normal mode

This commit is contained in:
ViViDboarder 2021-01-13 09:20:28 -08:00
parent 703f9d02b2
commit fd8c3e8a75
1 changed files with 2 additions and 0 deletions

View File

@ -152,3 +152,5 @@ endif
" Easily toggle spelling
command Spell setlocal spell! spelllang=en_us
" Pop spell completion word under cursor
nmap <leader>s viw<esc>a<c-x>s