slash commands / reference
COMMAND REFERENCE▌
Slash commands for every AI coding tool — Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCode. Find the right command for your workflow. 5 commands indexed.
commands
5
tools
6
allconfigurationsession-managementutilitycontext-managementsetupplanningparallel-agentsdiagnosticscode-reviewintegrationsautomationsubagentsexplorationartifactsworkspace-management
/open
utility
Open the specified file directly inside your host's configured preferred text editor.
editorfile-openide
view command →
/ide
context-management
Include open files, current selection, and other IDE context in the next prompt without re-explaining what's open.
ideeditorcontextfiles
view command →
/vim
configuration
Toggle Vim mode for the composer. Saved to ~/.gemini/settings.json.
vimeditorkeybindingsux
view command →
/editor
context-management
Open the external $EDITOR for composing messages — useful for long or structured prompts. Keybind: Ctrl+x e.
editorinputcompose
view command →
/export
session-management
Export the current conversation to Markdown and open in $EDITOR. Keybind: Ctrl+x x.
exportmarkdowndocumentation
view command →