Update tmux config for 2.9
This commit is contained in:
parent
2d893f91df
commit
c4af1c28aa
1 changed files with 3 additions and 6 deletions
|
@ -1,13 +1,10 @@
|
||||||
set -g default-terminal screen-256color
|
set -g default-terminal screen-256color
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -g status-bg colour233
|
set -g status-style bg=colour233,fg=colour25
|
||||||
set -g status-fg colour25
|
|
||||||
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "
|
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "
|
||||||
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
|
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
|
||||||
set -w -g window-status-current-fg colour39
|
set -w -g window-status-current-style fg=colour39,bg=colour236
|
||||||
set -w -g window-status-current-bg colour236
|
set -w -g window-status-bell-style fg=colour233,bg=colour124
|
||||||
set -w -g window-status-bell-fg colour233
|
|
||||||
set -w -g window-status-bell-bg colour124
|
|
||||||
bind -r C-h select-pane -L
|
bind -r C-h select-pane -L
|
||||||
bind -r C-j select-pane -D
|
bind -r C-j select-pane -D
|
||||||
bind -r C-k select-pane -U
|
bind -r C-k select-pane -U
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue