Skip to main content

Keyboard Scroll from Prompt

Scroll through your terminal history using keyboard shortcuts while staying in the prompt box - no mouse needed!

The Problem

Have you ever been typing a command and needed to check something you saw earlier?

The Solution

Now you can scroll the terminal with just your keyboard - without leaving the prompt!

Keyboard Shortcuts

Shift + ↑

Scroll UP a few lines (see older output)

Shift + ↓

Jump to BOTTOM (back to current)

Shift + Page Up

Scroll UP a whole page (fast navigation)

Shift + Page Down

Jump to BOTTOM (back to current)

How It Works

Scrolling Up

Going Back


Speed Comparison

When to use which:
  • “I just want to see what happened a moment ago” → Use Shift + ↑ (a few lines at a time)
  • “I need to find something from way earlier” → Use Shift + Page Up (whole screens at a time)

All Scroll Methods

You now have THREE ways to scroll the terminal:
Hover your mouse over the terminal, then scroll with:
  • Mouse wheel
  • Trackpad two-finger scroll
Works when mouse is over terminal. Smooth scrolling.
While typing in prompt:
  • Shift+↑ = up 3 lines
  • Shift+↓ = to bottom
  • Shift+PageUp = up 1 page
  • Shift+PageDown = to bottom
Focus stays in prompt! Keyboard only.
Click and drag the scrollbar on the right side of the terminal.Visual position indicator.

FAQ

No! If you’re in the prompt, just press Shift+Arrow keys. If you want to use the mouse wheel, just hover over the terminal.
Never! Your cursor and text stay exactly where they were.
Press Shift+↓ or Shift+PageDown - one press goes all the way down.
In practice, you almost always want to jump back to the current output. That’s why both “down” shortcuts go straight to the bottom.

Quick Reference