From 31a49a185364a3e2bd12bca924250d154119cb72 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 16 Aug 2014 15:16:50 -0500 Subject: [PATCH] .tmux.conf: Tweak pane-border-style --- .tmux.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0f101bf..5b54765 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,6 +10,9 @@ set -g visual-activity on # display status line message for windows set -g aggressive-resize on # smart window resizing when multiple attached clients set -sg escape-time 50 # shorter Esc/Alt disambiguation timeout +# ------------------------------------------------------------------- +# Look and Feel +# ------------------------------------------------------------------- # update program titlebar caption set -g set-titles on set -g set-titles-string '[#S:#I.#P #H] #W' @@ -22,6 +25,10 @@ set -g status-right '#[fg=blue]#(whoami)@#h (#S:#I.#P)' setw -g window-status-style 'fg=brightblack' setw -g window-status-current-style 'bg=brightblack,bold,fg=brightwhite' +# pane borders +set -g pane-active-border-style 'fg=green' +set -g pane-border-style 'fg=black' + # ------------------------------------------------------------------- # Key Bindings # ------------------------------------------------------------------- @@ -41,7 +48,7 @@ bind-key Escape copy-mode unbind-key Space # vim style movement -set-window-option -g mode-keys vi +setw -g mode-keys vi bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U -- 2.43.0