From f1147db2d47a1c1638adc728f87c5a07061e38fc Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Mon, 18 Mar 2019 09:15:02 -0400 Subject: [PATCH] Initial Commit --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..6d70009 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +set-option -g status on +set-option -g status-interval 2 +set-option -g status-justify "centre" +set-option -g status-left-length 60 +set-option -g status-right-length 90