Do you use a like Zsh or Oh My Zsh inside your PHPStorm terminal? Share public link
You don't have to switch between windows, allowing you to keep your focus on the code.
The built-in terminal in JetBrains PHPStorm is a powerful tool for modern web developers. It allows you to run tools like Composer, Git, npm, and Artisan without switching windows. Mastering PHPStorm terminal shortcuts keeps your hands on the keyboard, saving valuable time every day. phpstorm terminal shortcut top
Once you've accessed the terminal, you can use the following shortcuts to navigate and interact with the terminal:
Check or uncheck . When checked, the shell gets the priority for overlapping shortcuts; when unchecked, PhpStorm's global shortcuts win. Summary Cheat Sheet Windows / Linux Toggle Terminal Window Alt + F12 Option + F12 Focus Back to Editor Esc Esc Open New Tab Ctrl + Shift + T Command + T Close Current Tab Ctrl + Shift + W Command + W Next Tab Ctrl + PageDown Shift + Command + ] Previous Tab Ctrl + PageUp Shift + Command + [ Paste into Terminal Ctrl + V Command + V Do you use a like Zsh or Oh
If shortcuts aren't working or the terminal feels unresponsive, here are a few common checks:
Locate the action you want to modify (e.g., Plugins -> Terminal -> Activate Terminal Tool Window ). It allows you to run tools like Composer,
Copy/paste doesn’t work. Solution: Disable Settings > Tools > Terminal > Use "Ctrl+C" as copy shortcut if you need to send SIGINT frequently. Or remap copy to Ctrl + Shift + C .
| Action | Shortcut (bash/zsh) | |--------|----------------------| | | Ctrl+L | | Interrupt process | Ctrl+C | | Search command history | Ctrl+R | | Move cursor word-by-word | Alt+B / Alt+F (or Esc+B / Esc+F on macOS) |
The most important and frequently used shortcut to open or hide the terminal tool window in PhpStorm is: Alt + F12 macOS: Option + F12
The terminal takes priority. For example, if you press Ctrl + F on Windows, it will search within the terminal text rather than triggering the global IDE search.
Recent Comments