Phpstorm Terminal Shortcut Top Portable [NEW]
Here are some content about PhpStorm terminal shortcuts:
Run Selection in Terminal
- Settings/Preferences → Tools → External Tools → Add new.
- Name: Run Top in Terminal.
- Program: Path to system terminal emulator or shell executable (see platform notes).
- Parameters: Use flags to run a login shell and execute top (platform-specific examples below).
- Working directory: $ProjectFileDir$ (or desired path).
- macOS:
- Default Terminal shortcut: Alt+F12 (Windows/Linux), ⌥F12 (macOS).
- Macro approach: record open Terminal → type top → save macro → bind shortcut.
- Alternative: External Tool calling shell -ic "top" and assign a shortcut.
| Shortcut | Action | |----------|--------| | Alt + Shift + F12 | Open terminal in a separate window (floating) | | Ctrl + Shift + ] / [ | Navigate between split terminal windows (if split is active) | | Double Shift → type "Terminal" | Search and reopen a closed terminal tab by name | phpstorm terminal shortcut top