On 10/1/06, Kamaraju Kusumanchi <[EMAIL PROTECTED]> wrote:
Say I have a file with two lines

line abcd
line efgh

Normally when I press right arrow (or k), the cursor moves one character
right! However if my cursor is at the end of line 1 (i.e. on 'd'). Then if I
press right arrow (or k for that matter) vim just beeps. However I would like
it to go the start of next line.

See :help 'whichwrap'
I have this in my .vimrc:

      :set whichwrap=<,>,[,]

Yakov

Reply via email to