Living in it
Commands, keybindings, and what's always visible
Slash commands
| Command | What it does |
|---|---|
/help | How it works — keys, commands & time-travel explained |
/tour | A 60-second guided walkthrough |
/model | Switch model & thinking depth — live catalog, filtered to providers you have keys for |
/login | Add a provider API key to unlock more models |
/resume | Reopen a past conversation in this project |
/rewind | Undo: restore your files & chat to an earlier point |
/branch | Switch between saved timelines of this chat |
/fork | Open a checkpoint in a new folder to explore in parallel |
/export | Save this chat as a shareable transcript or bundle |
/log | List this timeline's checkpoints (undo points) |
/compact | Summarize older turns to free up context |
/mcp | MCP servers — connection status & project-server approval |
/agents | Agents — specialists the AI can delegate tasks to |
/runs | Agent runs — live logs of delegated work |
/skills | Skills — reusable workflows the AI follows on demand |
/ps | Background processes — see & stop what the agent left running |
/mode | Change when you're asked before editing (normal/auto-edit/accept-all) |
/commit | Review changes & make a git commit |
/theme | Pick a color palette (Ctrl+T toggles light/dark) |
/clear | Start a fresh conversation |
/quit | Exit visvoai |
Typing a near-miss (/undo, /revert, /checkout, /models, /key, …)
resolves to the intended command via a small alias table plus fuzzy
matching — the slash menu isn't fussy about exact names.
Keybindings
| Key | Action |
|---|---|
Ctrl+B | Rewind — open the undo / branch picker |
Ctrl+R | Resume a past conversation |
Ctrl+G | Review changes & commit (git) |
Shift+Tab | Cycle approval mode (normal / auto-edit / accept-all) |
Ctrl+T | Toggle light / dark theme |
Ctrl+K | Clear (twice) — start fresh |
Ctrl+Q / Ctrl+C | Quit (twice) |
PgUp / PgDn · Ctrl+↑ / Ctrl+↓ | Scroll the conversation |
Esc | Stop the current turn |
On macOS every binding above also answers to Cmd in place of Ctrl
(Cmd+B, Cmd+R, …). Note that Ctrl+C quits rather than interrupting —
use Esc to stop a turn mid-stream.
Typing & editing (in the prompt area)
| Key | Action |
|---|---|
Ctrl+W / ⌥⌫ | Delete the previous word |
Ctrl+U / Ctrl+K | Delete to start / end of line |
Ctrl+A / Ctrl+E | Jump to start / end of line |
Ctrl+←/→ · ⌥←/→ | Jump by word |
Ctrl+Z / Ctrl+Y | Undo / redo |
Ctrl+J / ⇧Enter | New line without sending |
@file | Attach a file — a picker opens as you type |
Always visible
- Per-turn tokens and cost in the footer.
- A context gauge that warns before you hit the context-window wall —
/compactfolds older turns into a summary to buy room back. - The current approval mode, as a status-bar chip (hidden in
normalmode to avoid clutter — it only appears once you've raised it).