From ff29a647846197162fd329ce1d994558bc5e85e2 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Tue, 5 Mar 2019 00:53:11 +0100 Subject: [PATCH] Add tmux config --- .tmux.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..62797d7 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,12 @@ +bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." + +set -g base-index 1 +set -g mouse on + +set -g status-interval 1 +#set -g status-justify centre # center align window list +#set -g status-left-length 20 +set -g status-right-length 200 +#set -g status-left '#[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]' +#set -g status-left '#[fg=default,bg=default,bright]#(sysinfo)' +set -g status-right "#(sysinfo) \"#{=21:pane_title}\" %H:%M %d-%b-%y"