diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-08 18:14:39 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-08 18:14:39 +0200 |
| commit | 9aae91cac2ee0c157d75bdba311e863b7c87d97c (patch) | |
| tree | b2aa81b4cc51c15f52f806e4803ff057f16db19d /tmux | |
| parent | 9e6d3ae3bbaa733820590b07a290ea0cb0d0565f (diff) | |
tmux: switch bind-key e to hexai-tmux-edit
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 51c20a8..b13bebc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,7 +19,7 @@ bind-key L resize-pane -R 5 bind-key g popup -E -w 95% -h 95% -d '#{pane_current_path}' lazygit bind-key f popup -E -w 95% -h 95% -d '#{pane_current_path}' ranger -bind-key e run-shell -b "tmux display-message -p '#{pane_id}' > /tmp/tmux-edit-target-#{client_pid} \; tmux popup -E -w 90% -h 35% -x 5% -y 65% -d '#{pane_current_path}' \"~/scripts/tmux-edit-send /tmp/tmux-edit-target-#{client_pid}\"" +bind-key e run-shell -b "hexai-tmux-edit --pane '#{pane_id}'" bind-key N popup -E -w 95% -h 95% hx ~/Notes bind-key t popup -E -w 95% -h 95% hx fish |
