Make popup terminal border match fzf style

This commit is contained in:
Kenneth Benzie 2025-06-28 11:47:48 +01:00
parent 002c2ba9b8
commit 85ba6d45d1

View File

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