Plugin that highlights when you press tmux prefix key. Inspired by this thread on stackoverflow.
Many thanks to @obxhdx for showing me this trick.
Just add #{prefix_highlight} to your left/right status bar.
set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M' Add plugin to the list of TPM plugins:
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' Press prefix + I to install it.
Clone the repo:
$ git clone https://github.com/tmux-plugins/tmux-prefix-highlight.git ~/clone/pathAdd this line to your .tmux.conf:
run-shell ~/clone/path/prefix_highlight.tmux Reload TMUX environment with:
$ tmux source-file ~/.tmux.confset -g @prefix_highlight_fg 'white' set -g @prefix_highlight_bg 'blue' 
