Search & Mark Mode
Search Bar
Press Ctrl+Shift+F to open the search overlay. Type your query and matches are highlighted across the viewport and scrollback in real time. The bar shows the current match position and total count.
Search Modes
- Plain text — Literal substring matching.
- Regex — Full regular expression support.
Navigation
- Enter — Jump to next match
- Shift+Enter — Jump to previous match
- Esc — Close search bar
The viewport scrolls to center the current match.
Mark Mode
Mark mode gives you keyboard-driven cursor navigation and selection. Enter with Ctrl+Shift+M. A visible cursor appears that you can move independently through the terminal content, including scrollback.
Movement
| Key | Motion |
|---|---|
| Arrow keys | Move cursor left, right, up, down |
| Ctrl+Left / Ctrl+Right | Move by word |
| Home / End | Line start / end |
| Ctrl+Home / Ctrl+End | Buffer start / end |
| PageUp / PageDown | Page up / down |
Selection
- Shift + any movement — Extend selection
- Ctrl+A — Select entire buffer
- Enter — Copy selected text to clipboard and exit
- Escape — Exit mark mode without copying