diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-25 08:09:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-25 08:09:38 +0300 |
| commit | 794b3ab1ffb38b230947aac40220e116673c1fe2 (patch) | |
| tree | f1ee17f6d019bf664a1c624c4d18245496890527 | |
| parent | bf53b07b887a579b0f0bcceb2b12e319d4e03c14 (diff) | |
Update
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5f198a4..c32c4f0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -25,6 +25,7 @@ bind-key t popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::atta bind-key a popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::attach adhoc'" bind-key Q popup -E -w 99% -h 99% "fish -c 'tmux new-session -A -s quickedit quickedit'" bind-key V popup -E -w 99% -h 99% "fish -c 'tmux new-session -A -s quickview quickview'" +bind-key A popup -E -w 99% -h 40% -y S -d '#{pane_current_path}' "hexai-tmux-action -ui-child" # bind-key b break-pane -d bind-key c new-window -c '#{pane_current_path}' |
