This commit is contained in:
2024-12-03 22:52:50 +08:00
commit f7aaf232d2
6 changed files with 147 additions and 0 deletions

11
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,11 @@
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