-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.conf
More file actions
11 lines (10 loc) · 815 Bytes
/
plugin.conf
File metadata and controls
11 lines (10 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
# =============================================================================
# psmux-prefix-highlight - Highlight status bar when prefix key is pressed
# Static .conf version (source-file compatible)
# =============================================================================
# Defaults: fg=white, bg=blue, prefix_prompt=Wait, copy_prompt=Copy, sync_prompt=Sync
# Shows indicators for prefix, copy mode, and sync panes mode.
# Inject prefix/copy/sync indicators into status-right
# The highlight string is prepended to a default status-right format.
# If you have a custom status-right, prepend the #{?...} conditionals to it.
set -g status-right "#{?client_prefix,#[fg=white]#[bg=blue] Wait ,}#{?pane_in_mode,#[fg=white]#[bg=yellow] Copy ,}#{?synchronize-panes,#[fg=white]#[bg=red] Sync ,} %H:%M %d-%b-%y"