Remove Ctrl-h/j/k/l as they interfere with other commands
This commit is contained in:
parent
a28624574d
commit
770f21037e
1 changed files with 0 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue