Add C-<Space> C-t binding for shell popup
This commit is contained in:
parent
c3109181d6
commit
3ce1f3d43c
@ -62,6 +62,9 @@ set -ga terminal-overrides 'xterm*:smxx=\E[9m'
|
|||||||
if -b '[ "`uname`" = "Darwin" ]' \
|
if -b '[ "`uname`" = "Darwin" ]' \
|
||||||
'set -g default-command "reattach-to-user-namespace -l $SHELL"'
|
'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
|
# Restore old next/previous window bindings
|
||||||
bind C-n next-window
|
bind C-n next-window
|
||||||
bind C-p previous-window
|
bind C-p previous-window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user