Skip to content

Instantly share code, notes, and snippets.

@resultakak
Forked from erikgall/keyboard-shortcuts.md
Created January 6, 2017 09:23
Show Gist options
  • Save resultakak/f8fdb8bdcbc5beeb7ff68ea16f29563a to your computer and use it in GitHub Desktop.
Save resultakak/f8fdb8bdcbc5beeb7ff68ea16f29563a 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