Last active
August 25, 2022 04:41
-
-
Save channainfo/6c7e09fb7ea758bb7d6fc2bb67624ed4 to your computer and use it in GitHub Desktop.
IntelliJ IDEA macosX shortcute
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
### IDE Shortcut IntelliJ IDEA | |
``` cmd + shift + o ``` : Open file | |
``` cmd + d ``` : Duplicate line | |
``` cmd + ctrl + g ``` : Select multiple occurren | |
``` opt + shift + up/down ``` : Move item up and | |
``` opt + shift + click ``` : Multi select | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IDE Shortcut - IntelliJ IDEA
cmd + shift + o
: Open filecmd + d
: Duplicate linecmd + ctrl + g
: Select multiple occurrenopt + shift + up/down
: Move item up andopt + shift + click
: Multi select