summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 22:33:24 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 22:33:24 +0300
commite20d02cc478b65cebaa9870ea50a7706c35b3cea (patch)
treee8baae9ce2a5b3aeb255af3c1d71f0fad3f5c6d1 /tmux
parent8f1f65ee60f9cb337d695e8f194ae56630891e52 (diff)
tmux: add quickview popup binding with V
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 78c7a51..5f198a4 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -24,6 +24,7 @@ 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 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 b break-pane -d
bind-key c new-window -c '#{pane_current_path}'