Reset j and k bindings to jump entire lines
This commit is contained in:
parent
549a0be0b4
commit
f86a4aeb9b
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -526,8 +526,8 @@ nnoremap <leader>= <C-a>
|
||||||
nnoremap U ~h
|
nnoremap U ~h
|
||||||
|
|
||||||
" --- MOVEMENT ---
|
" --- MOVEMENT ---
|
||||||
noremap j gj
|
" noremap j gj
|
||||||
noremap k gk
|
" noremap k gk
|
||||||
|
|
||||||
noremap gj j
|
noremap gj j
|
||||||
noremap gk k
|
noremap gk k
|
||||||
|
|
Loading…
Reference in a new issue