Skip to content

Instantly share code, notes, and snippets.

@erikgall
Created January 27, 2016 17:17
Show Gist options
  • Save erikgall/7a04bf914288221d7270 to your computer and use it in GitHub Desktop.
Save erikgall/7a04bf914288221d7270 to your computer and use it in GitHub Desktop.
IDE Keyboard Shortcuts

IDE Keyboard Shortcuts

Text/Line Manipulation

  • cmd-f Search & Find Text (in file)
  • cmd-shift-f Search & Find Text (project wide)
  • cmd-d Duplicate Current Line
  • cmd-x Cut Current Line

Rubymine/PHPStorm Custom Shortcuts

  • cmd-1 Project Directory Treeview
  • cmd-shift-0 Database Treeview
  • cmd-l Jump to line number
  • cmd-shift-l Format Code
  • cmd-f8(play-btn) Run Tests From Cursor
  • f8(play-btn) Run Context Config (where cursor is)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment