Last active
December 5, 2018 21:29
-
-
Save yamert/4eba4f8107d147eae6fbbdd43f7416cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiple select | |
- Alt+drag => long cursor | |
- Alt+Shift + mouse click => many cursors | |
- Ctrl+G => select next same words | |
- Ctrl+Shift+G unselect | |
- Select all occurrences: Shift + Ctrl + Alt + J (Ctrl + Cmd + G for Mac OS X) | |
- Ctrl+Shift+J => join multiple lines with cursors at begins, to one string | |
https://stackoverflow.com/questions/1262737/intellij-idea-way-of-editing-multiple-lines | |
https://www.vojtechruzicka.com/intellij-idea-tips-tricks-multiple-cursors/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment