From d9ea276f5a591ce00ed83388a60308c43abbae23 Mon Sep 17 00:00:00 2001 From: Yax Date: Mon, 29 Dec 2025 13:23:14 +0100 Subject: [PATCH] Remap shell popup on prefix + --- dot_tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index b9b3110..dbee3e5 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -108,7 +108,7 @@ bind-key M-3 send-keys "$FAVORITE_COMMAND3" bind-key M-4 send-keys "$FAVORITE_COMMAND4" # disposable terminal -bind Space display-popup -E -w 80% -h 80% "tmux kill-session -t popup 2>/dev/null || true; tmux new-session -d -s popup -c '#{pane_current_path}' \\; set-option -t popup detach-on-destroy on \\; attach -t popup" +bind-key + display-popup -E -w 80% -h 80% "tmux kill-session -t popup 2>/dev/null || true; tmux new-session -d -s popup -c '#{pane_current_path}' \\; set-option -t popup detach-on-destroy on \\; attach -t popup" # Reload tmux config unbind r