Productive— faster every day
For your professionTeachersStudentsManagersMarketingDevelopersFreelancersParents

Tips & tricks · Apps · Windows · ~4 min a day · 2 min read

Quake mode: a terminal that slides out from anywhere on Win+`

Last reviewed:

Win+`

Illustration for: Quake mode: a terminal that slides out from anywhere on Win+`
In this article
  1. How to do it
  2. A typical scenario
  3. What you get out of it
  4. Pro tip

You need a terminal twenty times a day, for ten seconds at a time: run a script, glance at git status, kill a process. And twenty times a day you go hunting for it among windows, or open a new one and breed a graveyard of terminal windows on the taskbar. Windows Terminal has an elegant built-in answer, borrowed from old-school shooters: quake mode. One global shortcut, and the terminal slides down over whatever you're doing; the same shortcut and it's gone again. Always the same one, always at hand, never in the way.

How to do it

  1. Make sure you have Windows Terminal (default on Windows 11; on Windows 10 you install it free from the Microsoft Store).
  2. Press Win + ` (the tilde key, top left, below Esc). A terminal window slides down from the top edge of the screen across the full width.
  3. Type a command, read the output — and the same shortcut hides the window again. The terminal keeps running the whole time: processes in progress, history, and working directory all stay put; next time it slides down exactly where you left off.
  4. The quake-mode window can be resized with the mouse to a different height, and behaves like any other terminal window — tabs, panes, and profiles all work normally.
  5. The shortcut works globally, whether you're in an editor, a browser, or mail — the terminal slides down over anything.

A typical scenario

You're writing code in an editor and need to quickly check whether a deploy finished. In the past: Alt+Tab, hunting for the right one among your terminal windows, checking, Alt+Tab back — and with a bit of bad luck you'd brush past mail along the way and lose your train of thought. Now: Win+, the command, a glance at the output, Win+. Two seconds, your eyes never even left the line you were writing.

After a few days it becomes a reflex — the terminal stops being a window you manage and becomes a layer of the system that's simply there when you call it.

What you get out of it

  • No more hunting for the terminal: there's always exactly one, and always on the same shortcut — the graveyard of six open windows disappears.
  • Faster micro-tasks: commands that take ten seconds stop costing thirty seconds of switching and searching.
  • Less broken focus: the terminal slides in over your work and vanishes again — no rearranging windows, no detours.
  • A permanent home for long-runners: watching logs or a running dev server can live right here — you won't accidentally close the window while tidying up, because most of the time it simply isn't visible.

Pro tip

Quake mode pairs beautifully with the trick of typing cmd into File Explorer's address bar: the pull-down terminal serves as a permanent “command bridge,” while cmd from File Explorer opens a one-off terminal exactly in the folder you're currently looking at.