Skip to content

Instantly share code, notes, and snippets.

@bengolder
Last active October 24, 2017 22:47
Show Gist options
  • Save bengolder/f26d90b46cd1e5859bde676a2c48370c to your computer and use it in GitHub Desktop.
Save bengolder/f26d90b46cd1e5859bde676a2c48370c to your computer and use it in GitHub Desktop.
JetBrains Shortcuts for RubyMine & PyCharm

JetBrains Shortcuts for RubyMine & PyCharm

Key Combo Action
ShiftO Open a file by file name
O Open a symbol (class or function name)
E Show recent files
ShiftShift Search Everywhere
K Prep for git commit (click on a file and use F7 to navigate through diffs)
CtrlShiftR Run the current test scope (based on cursor location)
CtrlR Rerun previous test
P show call signature of a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment