Skip to content

Instantly share code, notes, and snippets.

@ouyi
Last active March 11, 2018 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ouyi/ab53950d6e4212692f3cc9c58d501fc4 to your computer and use it in GitHub Desktop.
Save ouyi/ab53950d6e4212692f3cc9c58d501fc4 to your computer and use it in GitHub Desktop.
Intellij MacOS German keyboard shortcuts
go to file begin/end:
fn + cmd + <-/->
file structure popup:
fn + cmd + F12
search everywhere:
shift shift
search for classes:
cmd + n
search for files:
cmd + N
quick doc:
ctrl + j
reformat code:
alt + cmd + l
find:
ctrl + F
replace:
ctrl + R
@ouyi
Copy link
Author

ouyi commented Mar 11, 2018

@ouyi
Copy link
Author

ouyi commented Mar 11, 2018

Not working out of the box:

comment with line comment:
ctrl + ß

comment with block comment:
ctrl + ?

Added as a workaround ( and ^⇑ß):

screen shot 2018-03-11 at 12 49 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment