Stop mapping Alt-{hjkl} for windows

Does not work; use C-w {hjkl} instead.
This commit is contained in:
Anthony Rose 2019-06-17 19:52:04 +01:00
parent 8ac59d2ad4
commit 863483d1ae

4
vimrc
View file

@ -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>