diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index d26c42c..b5b4b57 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -102,7 +102,11 @@ bind -N "sesh ui" N display-popup -E "sesh ui" # Plugin that lets you suspend local tmux session, # so that you can work with nested remote tmux session painlessly. # https://github.com/MunifTanjim/tmux-suspend -# set -g @suspend_key 'F8' # Default is F12 +set -g @suspend_key 'F8' # Default is F12 +set -g @suspend_suspended_options " \ + status-left-style::bg=brightblack\\,fg=black, \ + status-left:: ⏸ , \ +" # https://github.com/erikw/tmux-dark-notify set -g @dark-notify-theme-path-light "$HOME/.dotfiles/config/tmux/theme-light.conf"