Add two useful keyboard shortcuts
This commit is contained in:
parent
a74b867d4e
commit
5d02021b9d
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -19,6 +19,8 @@ inoremap <down> <nop>
|
||||||
inoremap <left> <nop>
|
inoremap <left> <nop>
|
||||||
inoremap <right> <nop>
|
inoremap <right> <nop>
|
||||||
inoremap <up> <nop>
|
inoremap <up> <nop>
|
||||||
|
nmap <F7> :setlocal spell! spelllang=en_gb<CR>
|
||||||
|
nmap <F11> :Goyo<CR>
|
||||||
nmap <silent> <A-Down> :wincmd j<CR>
|
nmap <silent> <A-Down> :wincmd j<CR>
|
||||||
nmap <silent> <A-Left> :wincmd h<CR>
|
nmap <silent> <A-Left> :wincmd h<CR>
|
||||||
nmap <silent> <A-Right> :wincmd l<CR>
|
nmap <silent> <A-Right> :wincmd l<CR>
|
||||||
|
|
Loading…
Reference in a new issue