TUI Guide
Master the Snow-Flow terminal interface. Learn keyboard shortcuts, commands, and agent modes to maximize your productivity.
Interface Overview
Agent Modes
Switch between agents using Tab or /agents. Each agent has different capabilities:
Build
General purpose agent for building and implementing features. Can read, write, and execute code.
Plan
Planning agent that creates detailed implementation plans before coding. Focuses on architecture and design.
Keyboard Shortcuts
Navigation
Input
Scrolling
Leader Key Commands
Press Ctrl+X first, then the second key. Leader key can be customized in config.
Slash Commands
Type these commands in the input area. All commands start with /
/help Show available commands /new, /clear Start a new session /sessions, /resume List and resume sessions /timeline, /history Show session timeline /models List and select AI models /agents List available agents /themes Switch color theme /share Share current session /unshare Stop sharing session /compact, /summarize Compact session history /export Export conversation /editor Open external editor /init Create/update AGENTS.md /details Toggle tool details view /thinking Toggle thinking blocks /undo Undo last message /redo Redo message /auth, /login Authenticate with providers /debug Toggle debug mode /exit, /quit, /q Exit application Tips & Tricks
Multi-line Input
Use Shift+Enter to write multi-line prompts. Perfect for code blocks or detailed instructions.
Quick Model Switch
Press F2 to quickly cycle through your recently used models without opening the model list.
Session Compacting
Use /compact when context gets long. It summarizes history while keeping important context.
Undo/Redo
Made a mistake? Use Ctrl+X U to undo or /undo. This reverts to the previous conversation state.
Custom Themes
Use /themes to switch themes. You can also create custom themes in your config directory.
Share Sessions
Use /share to create a shareable link to your conversation. Great for collaboration.
Configuration
Customize the TUI through your config file:
{
"theme": "snow-dark",
"keybinds": {
"leader": "ctrl+x"
},
"tui": {
"scrollSpeed": 3
}
} Ready to Start?
Install Snow-Flow and launch the TUI to start building ServiceNow solutions.