diff --git a/tmux.conf b/tmux.conf index d34d6f3..bc4db89 100644 --- a/tmux.conf +++ b/tmux.conf @@ -63,7 +63,7 @@ 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' +bind C-t display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL # Open a popup with session creator/switcher bind C-s display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'