Possible Duplicate:
Automatically go to next line in vim
Here is my current .vimrc configuration file.
Suppose I am on line 10 of any file, and at the last character too. Now here if the Vim were gedit (or I think any GUI editor) then pressing right arrow key would make me to line 11. And same when I am on the first character of line 11, then pressing left arrow key should make me go to last character of line 10.
My Question:
Can I configure Vim to behave like other GUI editor and make me reach line 11 when I press right arrow key?