This commit is contained in:
2024-08-06 17:31:08 +08:00
commit 4a284861de
6 changed files with 158 additions and 0 deletions

12
tmux/.tmux.conf Normal file
View File

@@ -0,0 +1,12 @@
set -g prefix M-z
unbind C-b
set -g mouse
set -g set-clipboard on
## Style (bg:background, fg:foreground)
## ststus window pane
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