Allow traversal of wrapped lines using 'j' and 'k'

This commit is contained in:
Andrew R. M 2017-04-06 21:33:12 -04:00
parent f9858f3d4b
commit 6443ef5b20

View File

@ -47,6 +47,9 @@ set nocompatible
" Don't wrap lines " " Don't wrap lines "
set nowrap 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 " " Don't show line numbers unless asked "
set numberwidth=1 set numberwidth=1