diff options
Diffstat (limited to 'cmd/hexai-tmux-edit')
| -rw-r--r-- | cmd/hexai-tmux-edit/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hexai-tmux-edit/main.go b/cmd/hexai-tmux-edit/main.go index 928a2cd..931d1c4 100644 --- a/cmd/hexai-tmux-edit/main.go +++ b/cmd/hexai-tmux-edit/main.go @@ -8,7 +8,7 @@ // // 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}'" package main import ( |
