Add C-<Space> C-t binding for shell popup

This commit is contained in:
Kenneth Benzie 2025-06-24 13:58:10 +01:00
parent c3109181d6
commit 3ce1f3d43c

View File

@ -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