Stop mapping Alt-{hjkl} for windows
Does not work; use C-w {hjkl} instead.
This commit is contained in:
parent
8ac59d2ad4
commit
863483d1ae
1 changed files with 0 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -25,10 +25,6 @@ inoremap <right> <nop>
|
|||
inoremap <up> <nop>
|
||||
nmap <F7> :setlocal spell! spelllang=en_gb<CR>
|
||||
nmap <F11> :Goyo<bar>:Limelight!!<CR>
|
||||
nmap <silent> <A-Down> :wincmd j<CR>
|
||||
nmap <silent> <A-Left> :wincmd h<CR>
|
||||
nmap <silent> <A-Right> :wincmd l<CR>
|
||||
nmap <silent> <A-Up> :wincmd k<CR>
|
||||
nnoremap <down> <nop>
|
||||
nnoremap <left> <nop>
|
||||
nnoremap <right> <nop>
|
||||
|
|
Loading…
Reference in a new issue