Add US spell-check on Shift-F7

This commit is contained in:
Anthony Rose 2023-02-13 12:23:12 +00:00
parent 9b17248cfe
commit 8c64dc0cc7

1
vimrc
View file

@ -39,6 +39,7 @@ nnoremap <F10> :call ACPToggleMargins()<CR>
nnoremap <F11> :Limelight!!<CR>
nnoremap <F12> :w<CR>
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
nnoremap <S-F7> :setlocal spell! spelllang=en_us<CR>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>