Disable the visual vertical move remap
This commit is contained in:
parent
03552b3ec2
commit
c0cb76db0f
1 changed files with 3 additions and 2 deletions
|
@ -158,8 +158,9 @@ nnoremap <space> za
|
|||
" }}}
|
||||
" MOVEMENT {{{
|
||||
" move vertically by visual line (don't jump wrapped lines)
|
||||
nnoremap j gj
|
||||
nnoremap k gk
|
||||
"nnoremap j gj
|
||||
"nnoremap k gk
|
||||
" move between splits more easily
|
||||
map <C-h> <C-w>h
|
||||
map <C-j> <C-w>j
|
||||
map <C-k> <C-w>k
|
||||
|
|
Loading…
Add table
Reference in a new issue