5 lines
121 B
VimL
5 lines
121 B
VimL
" Enable syntax highlighting
|
|
syntax on
|
|
" Wrap cursor to the lnext line if you move it too far
|
|
set whichwrap+=<,>,h,l,[,]
|