From 43ff5641f176bdab18576c94e3be51490507b2b8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 30 Jan 2012 00:26:38 +0100 Subject: Add tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..ef38f70 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal "screen-256color" +set-option -g status-bg 2 +set-option -g status-fg 7 -- cgit v1.2.3-54-g00ecf