diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-27 08:07:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-27 08:07:48 +0300 |
| commit | 6425696b074bc3ceac3b0f8118ec3ac6d7928a74 (patch) | |
| tree | 07f8320af52f5c0dda37c02b253a3207f3f07421 | |
| parent | a19a607f2de1aab0ecbecce9ada9d8a559160e61 (diff) | |
fix
| -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 584e58c..91fe998 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -23,7 +23,7 @@ bind-key e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{ bind-key N popup -E -w 99% -h 99% -d ~/Notes "fish -c 'tmux::attach notes'" bind-key t popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::attach (basename (pwd))-tmp-scratch'" bind-key a popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux::attach adhoc'" -bind-key h popup -E -w 99% -h 99% -d '#{pane_current_path}' "htop" +bind-key H popup -E -w 99% -h 99% -d '#{pane_current_path}' "htop" 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'" |
