Skip to content

Instantly share code, notes, and snippets.

@channainfo
Last active August 25, 2022 04:41
Show Gist options
  • Save channainfo/6c7e09fb7ea758bb7d6fc2bb67624ed4 to your computer and use it in GitHub Desktop.
Save channainfo/6c7e09fb7ea758bb7d6fc2bb67624ed4 to your computer and use it in GitHub Desktop.
IntelliJ IDEA macosX shortcute
### 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
@channainfo
Copy link
Author

channainfo commented Aug 25, 2022

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