Skip to content

Instantly share code, notes, and snippets.

@ckcollab
Last active August 29, 2015 14:02
Show Gist options
  • Save ckcollab/81da28f1c81a57b64443 to your computer and use it in GitHub Desktop.
Save ckcollab/81da28f1c81a57b64443 to your computer and use it in GitHub Desktop.
PyCharm 3.4 shortcuts/tips

View definition

option + space

Multi caret

control + g to mutliselect

control + shift + up/down arrows -> clone caret up or down

Word selection

alt + up arrow -> expand selection alt + down arrorow -> narrow selection

cmd + d -> duplicate line

alt + shift + up/down arrow -> MOVES A LINE

cmd + shift + up/down arrow -> Moves STATEMENTS in code....

command + b -> Find definition of function command + down -> ^ command + click -> ^ alt + space -> Brings up definition in popup

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