Rough notes

/// Plugins
* Color IDE - Applies a theme's default color to all areas of PHPStorm

/// Shortcut Keys
* Ctrl+Shift+A - Search everything everywhere.
* Shift+Shift  - Search everything everywhere
* Ctrl+Shift+O - Go to method in any file within project
* Ctrl+Up      - Open file tree popup
* Ctrl+,       - Go back to previous place
* Ctrl+E       - List recent files opened
* Ctrl+T       - Refactor. Extract to ... (method) ...

/// Preferences
* Auto import in Namespace Scope (Enable)