Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off the unlimited whitespace in IntelliJ editor?

How do I remove the ability to move the cursor after the end of line in IntelliJ?

like image 259
Joshua Avatar asked Feb 27 '09 01:02

Joshua


2 Answers

File menu -> Settings -> Editor -> General -> Virtual Space and uncheck 'Allow placement of caret after end of line' . You may also uncheck the other options in the Virtual Space panel.

like image 103
alexpopescu Avatar answered Oct 03 '22 20:10

alexpopescu


If the other answers don't seem to be working, you might have Column Selection Mode enabled. On my Mac it's mapped to Cmd+Shift+8. It's located under the Edit menu. That menu item will show a little checkmark when the mode is enabled.

like image 28
Stephen Henderson Avatar answered Oct 03 '22 22:10

Stephen Henderson