Swap US and GB spelling
This commit is contained in:
parent
8c64dc0cc7
commit
fb07c25466
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue