From dff63d2ddefcb9fb5d98d1f4db6ad8fa3d73980d Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 8 Jun 2015 12:53:41 +0200 Subject: [PATCH] Minimaler tmux --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..237c184 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +set-option -g status-bg default +set-option -g status-fg green +set-option -g status-right "" +set-option -g status-left "" +set-option -g message-bg default +set-option -g message-fg green