On May 15th, 2026 at 12:00 UTC, the eCash network will upgrade. Click to learn more.
eCash

Terminal Shortcut Top: Phpstorm

Master Your Workflow: Top PhpStorm Terminal Shortcuts Working in PhpStorm becomes significantly faster once you stop reaching for the mouse. The integrated terminal is a powerhouse for running Artisan commands, Git operations, and composer updates, but switching between code and the command line can be a bottleneck without the right hotkeys.

For more advanced customization, you can rebind any of these actions by navigating to Settings/Preferences > Keymap > Tool Windows > Terminal. phpstorm terminal shortcut top

The solution lies in the specific key bindings that PhpStorm borrows from the Unix/Linux world, adapted for its cross-platform user base. For users on macOS and Linux, the shortcut to jump to the top of the terminal buffer is intuitively mapped to Command + Up or Command + Home. On Windows and Linux systems, the binding is typically Ctrl + Home or Page Up, depending on the specific keymap configuration. This command instructs the terminal emulator to instantly snap the viewport to the very beginning of the session’s history, bypassing the need for tedious scrolling. Windows / Linux: Ctrl + Home macOS: Cmd

Customizing Your Terminal Shortcuts in PhpStorm

PhpStorm is notorious for keymap conflicts (especially on Linux). If the shortcuts above don't work, you may need to remap them. For more advanced customization, you can rebind any