From 9aae91cac2ee0c157d75bdba311e863b7c87d97c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 18:14:39 +0200 Subject: tmux: switch bind-key e to hexai-tmux-edit Co-authored-by: Cursor --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3