Windows Terminal
A modern terminal application for Windows that manages multiple shells in tabs, offering a unified interface for PowerShell, CMD, and WSL
Navigation shortcuts that streamline scrolling and page movement within the terminal for comfortable viewing of long logs and command history
Ctrl+Shift+↑
Scroll Up
Scrolls the screen up.
💡 Hint: Shift+Up
🎯 Scroll the terminal screen up line by line, useful for reviewing past command output
Ctrl+Shift+↓
Scroll Down
Scrolls the screen down.
💡 Hint: Shift+Down
🎯 Scroll the terminal screen down line by line, used to return to the latest output
Ctrl+Shift+PageUp
Page Up
Scrolls up by one page.
💡 Hint: PageUp
🎯 Scroll up by one page to efficiently browse long log files or history
Ctrl+Shift+PageDown
Page Down
Scrolls down by one page.
💡 Hint: PageDown
🎯 Scroll down by one page to quickly review large amounts of output data