Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut for toggling Column Selection Mode in RubyMine for OS X?

Tags:

macos

rubymine

The edit menu shows that the shortcut for Column Selection Mode is Shift+Command+* when using the default keymap. Shift+Command+* does not toggle Column Selection Mode.

Am I incorrect in thinking Shift+Command+* is the same as Shift+Command+8 (numeric 8 key) the same thing?

like image 582
Hokiedood Avatar asked Dec 17 '12 18:12

Hokiedood


People also ask

How do you use column selection mode?

You can do column editing using the Edit | Column Selection Mode . The shortcut to turn it on/off is Alt + Shift + Insert . You navigate with arrow keys to select blocks of text.

What is column selection mode?

Column Selection Mode is a great way to modify multiple lines of code at the same time. Watch this short clip and learn how to take advantage of this great shortcut.

How do I use column selection mode in IntelliJ?

Toggle between normal and column selection modesPress Alt+Shift+Insert . From the main menu, choose Edit | Column Selection Mode. From the context menu of the editor, choose Column Selection Mode.

How do you select vertically in Pycharm?

First press ctrl (press and release), then press ctrl+arrows to do the vertical selection.


1 Answers

Open Preferences | Keymap and add the keyboard shortcut for this action to see what is the actual key code specific to your keyboard layout:

enter image description here

like image 189
CrazyCoder Avatar answered Nov 15 '22 05:11

CrazyCoder