From ec1e8f213a87e2fb42691b6a29c7a9ca17431e9b Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 15 Sep 2013 23:25:21 +0200 Subject: add tmux conf --- conf/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/tmux.conf (limited to 'conf/tmux.conf') diff --git a/conf/tmux.conf b/conf/tmux.conf new file mode 100644 index 0000000..d1af07d --- /dev/null +++ b/conf/tmux.conf @@ -0,0 +1,7 @@ +#set status-utf8 on +#set utf8 on + +set -g default-terminal "screen-256color" + +set -g status-bg black +set -g status-fg white -- cgit v1.2.3-59-g8ed1b