Remove Ctrl-h/j/k/l as they interfere with other commands

This commit is contained in:
Anthony Rose 2023-03-14 10:02:41 +00:00
parent a28624574d
commit 770f21037e

4
vimrc
View file

@ -36,10 +36,6 @@ inoremap <left> <nop>
inoremap <right> <nop>
inoremap <up> <nop>
nnoremap <C-h> g0
nnoremap <C-j> gj
nnoremap <C-k> gk
nnoremap <C-l> g$
nnoremap <F10> :Limelight!!<CR>
nnoremap <F11> :call ACPToggleMargins()<CR>
nnoremap <F12> :w<CR>