-
Notifications
You must be signed in to change notification settings - Fork 12
Multiple Cursors
Alistair McKinnell edited this page Nov 7, 2015
·
9 revisions
The amazing feature from Sublime available in RubyMine.
| Command | Effect |
|---|---|
| ctrl+g | works with a text selection (or without a selection on word boundaries surrounding the cursor) |
| shift+ctrl+g | go backwards through the selected text |
| command+ctrl+g | acts like ctrl+g for all matching text in the current file |
Tip: select extra punctuation characters (like a dot or parentheses) to avoid partial matches.