Reset j and k bindings to jump entire lines

This commit is contained in:
Talia 2018-04-12 13:11:33 +02:00
parent 549a0be0b4
commit f86a4aeb9b
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -526,8 +526,8 @@ nnoremap <leader>= <C-a>
nnoremap U ~h
" --- MOVEMENT ---
noremap j gj
noremap k gk
" noremap j gj
" noremap k gk
noremap gj j
noremap gk k