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