Update 'tmux/'
This commit is contained in:
parent
0b59f1f047
commit
4419356250
1 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,19 @@
|
|||
set -g mouse on
|
||||
set-option -g status-position top
|
||||
set-option -g pane-border-style "fg=brightblack"
|
||||
set-option -g pane-active-border-style "fg=white"
|
||||
set-option -g status-position "top"
|
||||
set-option -g status-left "#[default]"
|
||||
set-option -g status-right ""
|
||||
set-option -g status-style "fg=black,bg=white"
|
||||
set-window-option -g window-status-style "fg=brightblack"
|
||||
set-option -g pane-active-border-style "fg=white"
|
||||
set-option -g status-position "top"
|
||||
set-option -g status-left "#[default]"
|
||||
set-option -g status-right ""
|
||||
set-option -g status-style "fg=black,bg=white"
|
||||
set-window-option -g window-status-style "fg=brightblack"
|
||||
set-option -g pane-active-border-style "fg=white"
|
||||
set-option -g status-position "top"
|
||||
set-option -g status-left "#[default]"
|
||||
set-option -g status-right ""
|
||||
set-option -g status-style "fg=black,bg=white"
|
||||
|
|
Loading…
Reference in a new issue