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'