diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:33:39 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-07-25 08:33:39 -0700 |
commit | 774860f0ffe7673e4eb5bae1fed35eb1f96672ae (patch) | |
tree | 07b148c723ec699a28b972267fd220708e48d15c | |
parent | [tmux] enable status line. (diff) | |
download | emacs.d-774860f0ffe7673e4eb5bae1fed35eb1f96672ae.tar.gz |
[tmux] enable status
Diffstat (limited to '')
-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 |