profiles/tmux/tmux.conf
2025-04-09 20:02:31 +08:00

12 lines
324 B
Bash

set -g mouse
set -g set-clipboard on
## Style of ststus window pane
## bg:background, fg:foreground
## ------------------------------
set -g status-style fg='#777777'
set -g window-status-style bg=cyan
set -g window-status-current-style bg=green
# set -g pane-border-style fg=black
# set -g pane-active-border-style fg=red