10 Hidden Windows Terminal Shortcuts Every Power User Needs to Know
Unlock faster navigation, split panes, tab control, search, and automation with these 10 lesser-known Windows Terminal shortcuts. Tested & 100% Working.
Windows Terminal is much more powerful than a simple Command Prompt window. It supports tabs, split panes, profiles, search, command history, and deep keyboard control. Yet many users still reach for the mouse every time they need to open a tab or switch between PowerShell and Command Prompt.
This guide covers 10 hidden Windows Terminal shortcuts that make everyday work noticeably faster. Most competitor tutorials focus only on opening tabs and copying text. The shortcuts below go further with pane layouts, command discovery, resizing, profile management, and troubleshooting tips. Follow our simple step-by-step guide and turn Windows Terminal into a keyboard-first workstation.
1. Open the Command Palette: Ctrl + Shift + P
Press Ctrl + Shift + P to open the Command Palette. This is one of the most useful Windows Terminal shortcuts because it exposes commands that may not have an obvious hotkey. Type terms such as split pane, focus mode, new tab, or settings to find the action you need.
Use this shortcut when you forget a command or want to discover features without searching through menus.
2. Open a New Tab: Ctrl + Shift + T
Ctrl + Shift + T creates a new terminal tab using your default profile. It is faster than clicking the plus button and keeps your hands on the keyboard. If you need a specific shell, use the profile dropdown or assign a custom key combination in Terminal settings.
3. Reopen a Closed Tab: Ctrl + Shift + T
In recent Windows Terminal versions, pressing Ctrl + Shift + T can also reopen the last closed tab, depending on your keybinding configuration. If it opens a fresh tab instead, open Settings and check the assigned command. The Command Palette can confirm which action your installation supports.
4. Split the Current Tab: Alt + Shift + Plus
Need PowerShell on one side and a log viewer on the other? Press Alt + Shift + Plus to create a vertical split pane. This is ideal for comparing files, monitoring a process, or running a server while entering commands in a second shell.
For a horizontal split, use Alt + Shift + Minus. The exact plus key may require the main keyboard plus key rather than the numeric keypad.
5. Duplicate a Pane: Alt + Shift + D
Alt + Shift + D duplicates the active pane into a new split. Your current working directory and profile are carried into the new pane, saving time when you need two related sessions. It is especially useful for Git work, remote administration, and testing commands side by side.
6. Move Between Panes: Alt + Arrow Keys
Press Alt + Left Arrow, Alt + Right Arrow, Alt + Up Arrow, or Alt + Down Arrow to move focus between split panes. This shortcut eliminates repeated mouse clicks and is one of the biggest productivity boosts for multi-pane layouts.
7. Resize Panes: Alt + Shift + Arrow Keys
When a pane is too narrow, hold Alt + Shift and press an arrow key to resize it. Adjust the active pane without dragging borders. Use this with the focus shortcut above: move to the target pane, then resize it until commands and output are easy to read.
8. Search Terminal Output: Ctrl + Shift + F
Press Ctrl + Shift + F to search text in the current terminal buffer. Search is handy for locating error codes, filenames, IP addresses, or previous output from a long-running command. Use the search box to move between matches instead of scrolling through hundreds of lines.
9. Switch Tabs Quickly: Ctrl + Tab
Ctrl + Tab cycles through open tabs without touching the mouse. Hold Ctrl and press Tab repeatedly to reach the required profile. Some configurations also support Ctrl + Shift + Tab to move backward. This is faster than clicking tiny tab labels when several sessions are open.
10. Toggle Focus Mode: Ctrl + Shift + P
Open the Command Palette with Ctrl + Shift + P, then search for Toggle focus mode. Focus mode hides tabs and other interface elements, giving your shell more screen space. It is excellent for coding, reading build output, or presenting a clean terminal window. Run the same command again to restore the normal layout.
Customize Windows Terminal Shortcuts
Shortcut behavior can vary between Windows Terminal releases and custom profiles. Open Settings, select Actions, and review the key bindings. You can assign your own combinations, remove conflicts, or export the configuration for another computer. If a shortcut does nothing, check whether another application has captured the same key combination.
Pro tip: Keep the Command Palette shortcut unchanged. It is your fastest recovery tool when you forget a custom key binding.
Quick Fixes for Shortcut Problems
- Update Windows Terminal through the Microsoft Store or winget.
- Test shortcuts in a new profile to identify shell-specific conflicts.
- Check Settings > Actions for duplicate key bindings.
- Try the main keyboard plus and minus keys when pane splitting fails.
- Restart Terminal after editing settings or JSON key bindings.
Frequently Asked Questions
Do these Windows Terminal shortcuts work in Windows 10?
Most work in current Windows Terminal releases on both Windows 10 and Windows 11. Older builds may use different defaults, so update the app and verify bindings under Settings > Actions.
Why does Alt + Shift + Plus not split my pane?
Use the plus key on the main keyboard, not the numeric keypad. You can also open the Command Palette and search for split pane, then create a custom shortcut.
Can I change any Windows Terminal shortcut?
Yes. Open Settings, choose Actions, and edit the key binding for supported commands. Remove duplicate assignments to prevent unpredictable behavior.
Final Verdict
These hidden Windows Terminal shortcuts turn tabs and panes into a fast command center. Start with Ctrl + Shift + P, pane navigation, and terminal search, then build a layout that matches your workflow. Once configured, you can work faster with fewer clicks, no crash issues, and a cleaner command-line routine.
Comments (0)
No comments yet. Be the first to start the discussion!