Improve the ?? shortcut for spell checking and check spelling in vue

This commit is contained in:
Kevin MacMartin 2020-12-18 12:02:33 -05:00
parent a1fa4f5388
commit 16d4d9a2de
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ autocmd FileChangedRO * nested set noreadonly
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to #
autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to %
autocmd FileType scss setlocal iskeyword+=$
autocmd FileType vue setlocal spell
"special side/bottom-bar settings to apply when opened
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line

View file

@ -612,7 +612,7 @@
nnoremap ?+ zg
"display a list of suggestions for the selected mispelled word
nnoremap ?? hei<C-X><C-S>
nnoremap ?? hea<C-X>s
"go to the next mispelled word
nnoremap ?N ]s