Re: change right arrow behaviour in normal mode

2006-10-02 Thread Kamaraju Kusumanchi
On Sunday 01 October 2006 12:31, Yakov Lerner wrote: See :help 'whichwrap' I have this in my .vimrc: :set whichwrap=,,[,] Perfect! Exactly what I was searching for! Thanks. raju

change right arrow behaviour in normal mode

2006-10-01 Thread Kamaraju Kusumanchi
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

Re: change right arrow behaviour in normal mode

2006-10-01 Thread Yakov Lerner
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