VI MODE

Vi-style keyboard navigation for your terminal. Navigate, select, and copy without the mouse.

Modal Navigation

Toggle vi mode with Ctrl+Shift+Space to enter a full keyboard-driven navigation layer over your terminal. Movement uses the familiar hjkl keys -- left, down, up, right. No mouse required.

Word Motions

Navigate by word boundaries with precision:

Line Motions

Jump within and across lines:

Page Scrolling

Inline Search

Find characters on the current line:

Bracket Matching

Press % to jump between matching brackets -- parentheses, square brackets, and curly braces. Works across visible lines.

Visual Selection

Select text without the mouse using three selection modes:

Combine with any motion to select precisely. Press y to yank (copy) the selected text to the clipboard.

Search Integration

Search directly from vi mode:

Matches are highlighted across the scrollback. The viewport scrolls automatically to follow the current match.