Skip to content

Instantly share code, notes, and snippets.

@boskiv
Forked from snoek09/phpstorm.md
Last active August 29, 2015 14:17
Show Gist options
  • Save boskiv/f03204645782b65e92eb to your computer and use it in GitHub Desktop.
Save boskiv/f03204645782b65e92eb to your computer and use it in GitHub Desktop.

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