From a4dd76fc588f47e9c7ce1e7dce0c8dfc00e3ea89 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 20 May 2019 17:04:27 -0700 Subject: [PATCH] update style options for tmux 2.9 --- .tmux.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 276bb11..acec61a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,8 +4,10 @@ set-option -g mouse on set -g mode-keys vi set -g history-limit 10000 +set -sg escape-time 10 + # configure TERM -set -g default-terminal 'tmux-256color' +set -g default-terminal 'xterm-256color-italic' set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m' # y and p @@ -40,14 +42,13 @@ bind b split-window -v #lookin' good set-window-option -g window-status-format " #I " -set-window-option -g status-fg colour12 -set-window-option -g status-bg colour8 +set-window-option -g status-style fg=colour12,bg=colour8 set-window-option -g window-status-current-format " #I " -set-window-option -g window-status-current-fg colour1 +set-window-option -g window-status-current-style fg=colour1 -set-option -g pane-active-border-fg colour1 -set-option -g pane-border-fg colour8 +set-option -g pane-active-border-style fg=colour1 +set-option -g pane-border-style fg=colour8 set -g status-justify centre