Skip to content

Instantly share code, notes, and snippets.

@snoek09
Last active August 29, 2015 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save snoek09/141c32d0ebac73dcb676 to your computer and use it in GitHub Desktop.
Save snoek09/141c32d0ebac73dcb676 to your computer and use it in GitHub Desktop.
PhpStorm

Shortcuts

  • ! Tab in template creates html skeleton
  • link Tab creates stylesheet link
  • .container Tab creates div with id=container
  • Alt-1 toggle sidebar
  • Shift-Alt-A search everything
  • Match sidebar color with color theme -> install plugin 'color ide'

Custom Keybindings

  • Begin of line - C-a
  • End of line - C-a
  • Select all - C-X,H
  • Recently changed files - Ctrl+Shift+E
  • File structure - Ctrl+R
  • New file - Ctrl+Shift+N
  • Right - C-f
  • Left - C-b
  • Down - C-n
  • Up - C-p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment