Is it possible to some how setup IntelliJ IDEA so that I can column select with the cursor keys similarly to how I might in Notepad++, Visual Studio, or FlashDevelop.
<Windows/Linux: CTRL + CTRL(Hold) + ↑ / ↓
Mac: ⌘ + ⌘(Hold) + ↑ / ↓
ESC will end multiline mode.
To add a custom Keymap, CTRL+SHIFT+A, type keymap
and click on the one with Settings
as subtext. Search for Clone Caret Above
and Clone Caret Below
.
I mapped mine to ALT+SHIFT+↑ / ↓.
Try holding combinations of CTRL, SHIFT, and arrows for improved selection power.
On a mac (with default keyboard mappings):
⇧⌘8
Most convenient way is to:
Go to the Settings | Keymap
and set a shortcut for Clone Caret Above
and for Clone Caret Below