💻 Software
How to scroll the terminal emulator window in smaller steps using the keyboard?
Fresh5 days ago
Mar 15, 202616107 viewsConfidence Score0%
0%
Problem
How could I scroll up and down the bash shell window (without the mouse or scroll bars, just using the keyboard)? Shift+PageUp and Shift+PageDown acts like page up and page down. But how could one scroll just one line up or down? Shift+Up and Shift+Down doesn't work.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to scroll the terminal emulator window in smaller steps using the keyboard?
Low Risk
If using iTerm2, you can see all shortcuts in Preferences Panel. ⌘ ↑ Move one line up in scrollback buffer ⌘ ↓ Move one line down in scrollback buffer You can also add your own shortcuts. I regularly use these 2 for example: ⇪ ⌘ ↑ Move one page up i…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix