No waiting for autocomplete. No typos. Instant cleanliness. 8. Ctrl + Shift + C (Windows/Linux) / Cmd + C (macOS) What it does: Copies selected text from the terminal.
Before you know it, your workflow will be faster, smoother, and more enjoyable. And you will finally understand why the best developers never take their hands off the keyboard. What is your favorite PhpStorm terminal shortcut that we missed? Leave a comment below or share this article with a teammate who still clicks the terminal tab with their mouse. phpstorm terminal shortcut top
For years, developers would scroll through massive log outputs manually. Now, press Ctrl+F , type the error code (e.g., "SQLSTATE[23000]"), and PhpStorm highlights it instantly. You can even use regex search inside the terminal with this shortcut. Bonus: The Hidden "Run Anything" Shortcut While not strictly a terminal shortcut, this one overlaps heavily with terminal usage and deserves an honorable mention. Double Shift (or Ctrl + Shift + A ) What it does: Opens the Search Everywhere dialog. No waiting for autocomplete
The solution is mastering the list. The right shortcuts keep your hands on the keyboard and your brain in the code. And you will finally understand why the best
You are watching logs in one terminal tab ( tail -f storage/logs/laravel.log ) but need to run a separate command without stopping the log stream. Press Ctrl+T to create a new tab, run your command, then switch back. 4. Ctrl + Shift + T (Windows/Linux) / Cmd + Shift + T (macOS) What it does: Opens a new terminal session with a custom title or using a different SSH configuration or Docker container .