profiles/tmux/.tmux.conf
2024-08-13 00:34:30 +08:00

13 lines
344 B
Bash

# set -g prefix M-z
set -g mouse
set -g set-clipboard on
## Style of ststus window pane
## bg:background, fg:foreground
## ------------------------------
set -g status-style fg='#ffffff'
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