diff options
author | Franck Cuny <franckcuny@gmail.com> | 2015-09-16 16:41:27 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2015-09-16 16:41:27 -0700 |
commit | c1ff4afbbdba9bf16834baadabe067db8f57f6b5 (patch) | |
tree | 9f517bfb4cfb04bd191051ed2a4f87b1b112b0c4 | |
parent | [emacs] split config in different files. (diff) | |
download | emacs.d-c1ff4afbbdba9bf16834baadabe067db8f57f6b5.tar.gz |
[tmux] show status bar
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf index ee3087b..5e9d2b1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,3 +8,4 @@ bind | split-window -h bind - split-window -v set -gw mode-keys emacs +set -g status on |