Commands and shortcuts
Use slash commands and keyboard shortcuts to control a Vibe session without leaving the terminal.
Slash commands
Slash commands
Type / in the CLI prompt to open the slash-command picker. Autocomplete suggests matching commands as you type. The table below lists the built-in commands.
Tip
Skills can also expose themselves as slash commands. If you see a / command that isn't in this list, it likely comes from a local skill (check ~/.vibe/skills/ or your project's .vibe/skills/).
| Command | Alias | Description |
|---|---|---|
/help | Show help for the current CLI session. | |
/config | Edit config settings. | |
/model | Select the active model. | |
/thinking | Select the thinking level. | |
/reload | Reload configuration, agent instructions, and skills from disk. | |
/clear | Clear conversation history. | |
/copy | Copy the last agent message to the clipboard. | |
/log | Show the path to the current interaction log file. | |
/debug | Toggle the debug console. | |
/compact | Compact conversation history by summarizing it. Pass optional instructions to guide the summary. | |
/exit | Exit the application. | |
/status | Display agent statistics. | |
/teleport | Teleport the session to Vibe Code Web. | |
/proxy-setup | Configure proxy and SSL certificate settings. | |
/resume | /continue | Browse and resume past sessions. |
/rename | Rename the current session. | |
/mcp | /connectors | Display available MCP servers and connectors. Pass a name to list its tools. |
/voice | Configure voice settings. | |
/leanstall | Install leanstral, the Lean 4 proof-assistant agent. | |
/unleanstall | Uninstall the Lean 4 agent. | |
/rewind | Rewind to a previous message. | |
/loop | Schedule a recurring prompt. Use /loop interval prompt, /loop list, or /loop cancel id or all. | |
/data-retention | Show data retention information. |
Keyboard shortcuts
Keyboard shortcuts
Warning
Some shortcuts may not work in every combination of terminal emulator, SSH session, or terminal multiplexer (such as tmux). For the best experience, we recommend Ghostty, Kitty, WezTerm, or iTerm2.
| Shortcut | Action |
|---|---|
Ctrl+C | If text is selected, copy it. Otherwise, clear the input. With an empty input, quit or interrupt the current operation. |
Ctrl+D | Delete the character to the right, or quit when the input is empty. |
Ctrl+Z | Suspend the CLI. |
Escape | Interrupt the current operation. |
Ctrl+O | Toggle tool output. |
Ctrl+Y | Copy the current selection. |
Ctrl+Shift+C | Copy the current selection. |
Shift+Tab | Cycle through available modes or agents. |
Shift+Up | Scroll the chat up. |
Shift+Down | Scroll the chat down. |
Ctrl+G | Edit the current plan in an external editor. |
Ctrl+\\ | Toggle the debug console. |
Alt+Up (Option+Up on macOS) | Rewind to the previous message. |
Ctrl+P | Rewind to the previous message. |
Alt+Down (Option+Down on macOS) | Move to the next rewound message. |
Ctrl+N | Move to the next rewound message. |