Skip to content

Instantly share code, notes, and snippets.

@ClaudiuCreanga
Created September 30, 2016 20:40
Show Gist options
  • Save ClaudiuCreanga/469319fe7c6ec1fd0243ed1abcd95c02 to your computer and use it in GitHub Desktop.
Save ClaudiuCreanga/469319fe7c6ec1fd0243ed1abcd95c02 to your computer and use it in GitHub Desktop.
jetbrains shortcuts
cmd shift fn f12 ----- hides everythings
cmd N ----- create file / class / directory
double shift ----- search everywhere
cmd O ----- go to a particular file / class /index. i.e Class.index or Class:41 for lines
Shift Cmd N ----- scratch files
shift cmd A ----- search for action
shift cmd -> ----- resize windows
ald shift up ----- move text up / down
shift cmd V ----- show clipboard
alt shift click ----- multiple cursors
ctrl cmd G ----- select all sasme words and change them
ctrl alt I ----- fix indentation on selection
ctrl shift space ----- smart completition
cmd P ----- parameter info
cmd alt T ----- surrount with if/else/try
cmd j ----- insert template
cmd up ----- invoc navigation bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment