Possible Duplicate:
Automatically go to next line in vim
Does anybody know why Vim does not allow to go to the next line using the right arrow key but only using up/down?
Is there a way to fix this?
Thanks in advance!
Zorgatone.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you can solve this problem by putting this in your vimrc file:
You can remove h and l if you don’t want them to go to the next line.