MARK MODE

Keyboard-driven cursor navigation and selection. Navigate, select, and copy without the mouse.

Enter Mark Mode

Press Ctrl+Shift+M to enter mark mode. A visible cursor appears that you can move independently through the terminal content — scrollback included. Press Escape to exit without copying, or Enter to copy the selection and exit.

Cursor Movement

Navigate with standard keys:

Selection

Hold Shift with any movement key to extend the selection. The selection uses ori-term's 3-point anchor/pivot/end model for precise character-level selection.

Copy and Exit

Auto-Scroll

The viewport scrolls automatically to keep the mark cursor visible as you navigate through scrollback.

Vi Mode is planned for a future release.

Full vi-style navigation (hjkl, w/b/e, f/t, gg/G, visual modes, bracket matching) is on the roadmap. Mark mode is the current keyboard navigation implementation.