If I reach left-most end of a line and press left-arrow it doesn't take me to the previous line.

Similarly, if I keep pressing right arrow, the cursor keeps going towards infinity, without ever moving to the next line.

How do I change this behavior to desired one?

link|improve this question

50% accept rate
feedback

1 Answer

Find Tools -> IDE Options -> Editor (in OSX it's Preferences -> Editor). In the area entitled "Virtual Space" uncheck "Allow placement of caret after end of line". Click "Apply" and you're good to go.

link|improve this answer
See also my reply to the same question at StackOverflow: stackoverflow.com/questions/4493697/…. – CrazyCoder Aug 23 '11 at 11:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.