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.
- Windows / Linux: Ctrl + Home
- macOS: Cmd + Up Arrow (or Fn + Cmd + Up Arrow depending on keyboard settings)
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
- Approach B — Keymap to “Open Terminal” then run top via shell profile:
This toggle action is instantaneous and frictionless. Master this one shortcut, and you will never manually click the terminal tab again.
