Update tmux config syntax
This commit is contained in:
parent
526ecb9ae5
commit
ffe8be87b0
1 changed files with 6 additions and 10 deletions
16
.tmux.conf
16
.tmux.conf
|
|
@ -13,23 +13,19 @@ unbind %
|
||||||
# status bar design
|
# status bar design
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g status-left-length 60
|
set -g status-left-length 60
|
||||||
set -g status-bg colour239
|
set -g status-style bg=colour239
|
||||||
set -g status-attr dim
|
|
||||||
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
||||||
|
|
||||||
# current session name
|
# current session name
|
||||||
set-window-option -g status-left '#[fg=colour0,bg=colour102,bold] #S '
|
set-window-option -g status-left '#[fg=colour0,bg=colour102] #S '
|
||||||
|
|
||||||
# current window
|
# current window
|
||||||
setw -g window-status-current-fg colour0
|
set -g window-status-current-style fg=colour0,bg=colour102
|
||||||
setw -g window-status-current-bg colour102
|
set -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||||
setw -g window-status-current-attr bold
|
|
||||||
setw -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
|
||||||
|
|
||||||
# background windows
|
# background windows
|
||||||
setw -g window-status-fg colour0
|
set -g window-status-style fg=colour0,bg=colour240
|
||||||
setw -g window-status-bg colour240
|
set -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||||
setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
|
||||||
|
|
||||||
# scrollback history
|
# scrollback history
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue