Swap US and GB spelling

This commit is contained in:
Anthony Rose 2023-02-13 12:48:44 +00:00
parent 8c64dc0cc7
commit fb07c25466

4
vimrc
View file

@ -38,8 +38,8 @@ inoremap <up> <nop>
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 <F7> :setlocal spell! spelllang=en_us<CR>
nnoremap <S-F7> :setlocal spell! spelllang=en_gb<CR>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>