diff options
| -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 |
