[Vimoutliner] How to make l go past EOL and h go past BOL?
Jean-Rene David
jrdavid at magma.ca
Mon Mar 12 21:53:11 EST 2007
* Steve Litt [2007.03.12 21:15]:
> There's some setting for Vim to make l go to the
> next line if it's already on the last char of
> the line, and h to go to the end of the
> preceding line if it's already on the first char
> of a line. What's the setting for that in Vim?
'whichwrap'
I believe you want:
:set whichwrap=h,l
--
JR
More information about the VimOutliner
mailing list