Created
February 7, 2026 20:45
-
-
Save pkdiv/4e9511a824cc34c07ea82946d8c85072 to your computer and use it in GitHub Desktop.
.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Show a message in the status bar when Prefix is active | |
| set -g status-left " #[fg=green,bold][#S] #{?client_prefix,#[fg=red]ACTIVE ,}" | |
| set -g status-left-length 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment