From a19a607f2de1aab0ecbecce9ada9d8a559160e61 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 27 Apr 2026 07:50:06 +0300 Subject: Update --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5f198a4..584e58c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -23,6 +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 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'" -- cgit v1.2.3