From 88ea8296a874bf1b57c94560e15c9741a818d3f4 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 2 Oct 2019 20:29:24 +0200 Subject: [PATCH] Add color and mouse to tmux config --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 675962a..96c568b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,3 +6,7 @@ bind h select-pane -R bind j select-pane -D bind k select-pane -U bind l select-pane -L + +set -g mouse on +set -g status-bg '#3f3f3f' +set -g status-fg '#ddddff'