diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf index ee3087b..bfbd908 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,3 +8,6 @@ bind | split-window -h bind - split-window -v set -gw mode-keys emacs + +set -g status-bg white +set -g status-fg black |