Intellij keybindings / Stuffs
IntelliJ / PHPStorm Keymap (My Setup)
Use 'Mac OS X 10.5+' as default keymap then edit where required
Key: Name (in preferences) = OSX Shortcut / PC Shortcut
Note, replace cmd for alt on PC! (many of these need setting up manually)
Settings = cmd + , / alt + ,
Editor
Next Tab = alt + cmd + right
Previous Tab = alt + cmd + left
Scroll to Top = cmd + shift + up
Move Caret to Page Top = fn + cmd + up
Find = cmd + f / ctrl + f
Replace = cmd + r / ctrl + r
Panels
Project = cmd + 1 / alt + 1
Jump to Navigation Bar = cmd + up / alt + up
Navigate
Find in Path = cmd + shift + f
Open File = cmd + shift + o
Open Class = cmd + o
Find definition = cmd + left click
Back = cmd + [
Forward = cmd + ]
Required Plugins
- PHP
- Python
- BathSupport
Removing IntelliJ on OSX (to cycle eval)
- sudo rm -rf /Users/iboddington/Library/Preferences/IntelliJIdea13
- sudo rm -rf /Users/iboddington/Library/Application\ Support/IntelliJIdea13
- sudo rm -rf /Users/iboddington/Library/Caches/IntelliJIdea13
- sudo rm -rf /Users/iboddington/Library/Logs/IntelliJIdea13
- sudo rm -rf /Users/iboddington/Library/Preferences/IntelliJIdea14
- sudo rm -rf /Users/iboddington/Library/Application\ Support/IntelliJIdea14
- sudo rm -rf /Users/iboddington/Library/Caches/IntelliJIdea14
- sudo rm -rf /Users/iboddington/Library/Logs/IntelliJIdea14