Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off mouse block selection in IntelliJ?

For some reason, dragging the mouse cursor started doing block selects instead of the normal line select mode:

enter image description here

(Please ignore the fact that this image is from Visual Studio and not IntelliJ)

I tried pressing scroll-lock, pressing and releasing the alt/ctrl/shift keys, but still selecting doesn't revert to the normal "select full lines" mode. When I click and hold, then drag the mouse, I get a block (rectangle) selection.

Do you know how to undo this?

P.S. I'm running IntelliJ 9 on Ubuntu.

P.S. Holding SHIFT and pressing the up arrow button also does block select instead of normal multiline select.

like image 551
ripper234 Avatar asked Jul 13 '11 11:07

ripper234


People also ask

How do I get the normal cursor back in Intellij?

You can turn off cursor blinking by going to Settings, Editor, General, Appearance and untick Caret blinking .

How do I disable multiple cursors in Intellij?

This feature can be toggled using Edit → Column selection. The shortcut is: Alt + Shift + Ins on Linux or Windows. ⇧ + ⌘ + 8 on Mac.

How do I get rid of the black cursor in Intellij?

Case 1: block cursor is set be default. Case 2: you are in Overwrite mode. Assign shortcut to Preferences -> Keymap -> Toggle Insert/Overwrite action and press shortcut.

How do I get rid of multiple cursors while selecting?

Ctrl+Alt+Click at the target location to add another caret. Ctrl+Alt+Click at one of the multiple carets to remove it.


2 Answers

"Edit" > "Column Selection Mode"

like image 94
ddx001 Avatar answered Sep 18 '22 23:09

ddx001


Use Alt + Shift + Insert to switch between Column and Insert selection mode.


Copying comment from brent.payne below:

If you are on ubuntu running on a bootcamp mac (macbook pro here) then the key stroke is Alt + Shift + Fn + Enter. Fn + Enter = Ins since no Ins key exists on the macbook pro

like image 25
Tomasz Nurkiewicz Avatar answered Sep 20 '22 23:09

Tomasz Nurkiewicz