Mastering the Cursor: The Essential Guide to PhpStorm Terminal Navigation
Create a PHPStorm Run Configuration, then choose “Run in terminal” instead of “Run in console”. This gives you interactive input support for CLI scripts. phpstorm terminal shortcut top
| Action | Windows / Linux | macOS | | :--- | :--- | :--- | | Scroll to Top | Ctrl + Home | Cmd + Up | | Scroll to Bottom | Ctrl + End | Cmd + Down | | Page Up | Shift + Page Up | Shift + Page Up | | Find Text | Ctrl + F | Cmd + F | | Close Terminal | Ctrl + Shift + W | Cmd + Shift + W | Mastering the Cursor: The Essential Guide to PhpStorm