Allow traversal of wrapped lines using 'j' and 'k'
This commit is contained in:
parent
f9858f3d4b
commit
6443ef5b20
@ -47,6 +47,9 @@ set nocompatible
|
||||
|
||||
" Don't wrap lines "
|
||||
set nowrap
|
||||
" Allow wrapped lines to be traversed with 'j' and 'k'
|
||||
noremap j gj
|
||||
noremap k gk
|
||||
|
||||
" Don't show line numbers unless asked "
|
||||
set numberwidth=1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user