summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-25 08:52:09 +0200
committerPaul Buetow <paul@buetow.org>2026-03-25 08:52:09 +0200
commit046eb5a071b3149eadaad8600d7d731195c63f27 (patch)
treeda5ecac230c43858c496896c95af5aa7ca4648b4 /tmux
parent90662b5400bc76a7588d2b2053d57ff2070a3212 (diff)
Update
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 0a673ef..14df7fb 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -22,6 +22,7 @@ bind-key f popup -E -w 99% -h 99% -d '#{pane_current_path}' "fish -c 'tmux new-s
bind-key e run-shell -b "cd '#{pane_current_path}' && hexai-tmux-edit --pane '#{pane_id}'"
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 Q popup -E -w 99% -h 99% "fish -c 'tmux new-session -A -s quickedit quickedit'"
# bind-key b break-pane -d
bind-key c new-window -c '#{pane_current_path}'