Add US spell-check on Shift-F7
This commit is contained in:
parent
9b17248cfe
commit
8c64dc0cc7
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -39,6 +39,7 @@ nnoremap <F10> :call ACPToggleMargins()<CR>
|
||||||
nnoremap <F11> :Limelight!!<CR>
|
nnoremap <F11> :Limelight!!<CR>
|
||||||
nnoremap <F12> :w<CR>
|
nnoremap <F12> :w<CR>
|
||||||
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
|
nnoremap <F7> :setlocal spell! spelllang=en_gb<CR>
|
||||||
|
nnoremap <S-F7> :setlocal spell! spelllang=en_us<CR>
|
||||||
nnoremap <down> <nop>
|
nnoremap <down> <nop>
|
||||||
nnoremap <left> <nop>
|
nnoremap <left> <nop>
|
||||||
nnoremap <right> <nop>
|
nnoremap <right> <nop>
|
||||||
|
|
Loading…
Reference in a new issue