From 3ce1f3d43c6063fe602ae87a6fa87a89bf2f7c84 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 24 Jun 2025 13:58:10 +0100 Subject: [PATCH] Add C- C-t binding for shell popup --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index f6a7a2a..c77230e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -62,6 +62,9 @@ set -ga terminal-overrides 'xterm*:smxx=\E[9m' if -b '[ "`uname`" = "Darwin" ]' \ 'set -g default-command "reattach-to-user-namespace -l $SHELL"' +# Open a popup with running the default shell +bind C-t display-popup -d '#{pane_current_path}' -E '$SHELL' + # Restore old next/previous window bindings bind C-n next-window bind C-p previous-window