Skip to content

Instantly share code, notes, and snippets.

@yamert
Last active December 5, 2018 21:29
Show Gist options
  • Save yamert/4eba4f8107d147eae6fbbdd43f7416cb to your computer and use it in GitHub Desktop.
Save yamert/4eba4f8107d147eae6fbbdd43f7416cb to your computer and use it in GitHub Desktop.
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