Skip to content

Instantly share code, notes, and snippets.

@johnpancoast
Last active August 29, 2015 14:12
Show Gist options
  • Save johnpancoast/8564738b079b59f5c45d to your computer and use it in GitHub Desktop.
Save johnpancoast/8564738b079b59f5c45d to your computer and use it in GitHub Desktop.
PhpStorm setup notes
- Changed fonts to be sys font. Appearance and Behavior > Appearance > Override default fonts by (not recommended) > then changing to Lucida Grande [12]).
- Turned on line numbers (Pref > Editor > General > Appearance)
- Installed Ideavim plugin (browse repositories)
- Installed Symfony 2 plugin (browse repositories)
- Installed Color IDE plugin (browse repositories)
- Setup "next splitter" and "previous splitter" shortcuts to be ctrl wl and ctrl wh to mimic VIMs movements between split windows.
- Setup "move tab to opposite group" shortcut to be ctrl <space>. Only way I saw to move current tab to another split pane via keys.
- Symlink ~/.vimrc < ~/.ideavimrc
- Turned off audible bells. Put following in ~/.ideavimrc
set visualbell
set noerrorbells
- For colors, using either [Obsidian](http://phpstorm-themes.com/theme/obsidian-1) or [Eighties](https://github.com/shideon/phpstorm-spacegray/blob/master/Eighties.icls).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment