summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2015-07-25 08:33:39 -0700
committerFranck Cuny <franckcuny@gmail.com>2015-07-25 08:33:39 -0700
commit774860f0ffe7673e4eb5bae1fed35eb1f96672ae (patch)
tree07b148c723ec699a28b972267fd220708e48d15c
parent[tmux] enable status line. (diff)
downloademacs.d-774860f0ffe7673e4eb5bae1fed35eb1f96672ae.tar.gz
[tmux] enable status
Diffstat (limited to '')
-rw-r--r--tmux.conf3
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