Skip to content

User Guide

Everything you need for daily use of Dial Code.


Quick Reference

Commands

All slash commands for controlling sessions, settings, and more.

Keyboard Shortcuts

Terminal shortcuts and vim mode keybindings.

Configuration

Customize Dial Code with settings.json.

Themes

Built-in themes and custom styling.


Essential Commands

Command Description
/help Show all commands
/clear Clear conversation
/compress Compress history
/stats Show token usage
/exit Exit Dial Code

Essential Shortcuts

Shortcut Action
Ctrl+C Cancel operation
Ctrl+L Clear screen
Up/Down Navigate history
Tab Auto-complete

Quick Tips

Reference Files

Use @ to include file context:

> Explain @src/index.ts
> Fix the bug in @utils/parser.js

Run Shell Commands

Use ! for shell passthrough:

> !npm test
> !git status

Save Sessions

Save and resume conversations:

/chat save my-session
/chat resume my-session

Next Steps