mywiki/linux/tmux/tmux.conf

9 lines
258 B
Plaintext
Raw Normal View History

2023-06-04 17:21:06 +02:00
# Status bar
set -g status on
set -g status-interval 1
set -g status-justify centre # Careful! It is spelled centre not center.
set -g status-style fg=white,bg=black
# Highlight the current window.
setw -g window-status-current-style fg=white,bg=red,bright