diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-15 16:14:03 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-15 16:14:03 +0100 |
commit | 83bd503208d45fa837348441196dd07223b13e3e (patch) | |
tree | 302db01cc62076f8b35bb54c5a3c6b9d022aa92a | |
parent | 6905425fac0df000d0eb3a76a2b4bfd934b6556c (diff) |
[tmux] Show status by default
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ set -g default-terminal xterm-256color -set -g status off +set -g status on set -g mouse on unbind C-b |