GVim Stop at end of line with arrows
- by viking
When using the arrow keys in Vim on Linux, they act the same way as h and l , stopping when the end of a line is reached. GVim on Windows doesn't do this, instead allowing the arrow keys continue past the end (or beginning) of a line and on to the next line.
Is there any way to change the arrow key behaviour and cause them to stop at the end of a line like the character navigation keys?
NOTE: I am not looking for a way to get to the beginning or end of a line, I realize that 0 and $ do this.