diff options
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index f2bd66f..d23f738 100644 --- a/config.toml.example +++ b/config.toml.example @@ -166,7 +166,7 @@ temperature = 0.2 # - 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}'" +# bind e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{pane_id}'" # [[tmux_edit.agents]] # name = "claude" |
