From ae0b76ced45e0ba32583e3d156992feac9b6c7e6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Aug 2013 23:07:57 +0200 Subject: Initial commit of my tmux configuration in vcsh --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .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