From bf8941f706054bf63fd16dc186f787dcbaf27d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Mon, 11 Dec 2017 17:33:26 +0100 Subject: [PATCH] updated tmux conf --- dot.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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