mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:06:43 +00:00
Add spell auto complete from normal mode
This commit is contained in:
parent
703f9d02b2
commit
fd8c3e8a75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user