diff options
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index cc4471d..781dc19 100644 --- a/config.toml.example +++ b/config.toml.example @@ -160,7 +160,11 @@ temperature = 0.2 # default_agent = "" # force agent name; skip auto-detect # Override or add agent definitions (merged with built-in defaults by name). -# Built-in agents: claude, cursor, amp, aider. +# Built-in agents (checked in order): cursor, claude, amp, aider. +# - cursor: Box UI │...│, clears with End+BSpace*200 +# - claude: Prompt symbol ❯, clears with Escape gg C-v G d i (Vi/Vim) +# - amp: Box UI │...│ (TUI mode), clears with C-u (Emacs/readline) +# - aider: Shell-style > prompt, clears with C-u (Emacs/readline) # Tmux keybinding (add to ~/.tmux.conf): # bind e run-shell -b "hexai-tmux-edit --pane '#{pane_id}'" |
