updated tmux conf

This commit is contained in:
Norman Köhring 2017-12-11 17:33:26 +01:00
parent 1f8f87ee0c
commit bf8941f706

View file

@ -1,5 +1,6 @@
set -g default-terminal "st-256color" set -g default-terminal "st-256color"
set -ga terminal-overrides ",st-256color:Tc" set -ga terminal-overrides ",st-256color:Tc"
set escape-time 20
unbind C-b unbind C-b
unbind C-a unbind C-a
@ -29,9 +30,9 @@ set-window-option -g xterm-keys on
set -g pane-border-bg colour235 set -g pane-border-bg colour235
set -g pane-border-fg colour238 set -g pane-border-fg colour238
set -g pane-active-border-bg colour236 set -g pane-active-border-bg colour236
set -g pane-active-border-fg colour33 set -g pane-active-border-fg colour208
#status bar colors #status bar colors
set-option -g status-bg colour237 set-option -g status-bg colour237
set-option -g status-fg colour24 set-option -g status-fg colour208
set-option -g status-attr default set-option -g status-attr default