Add tmux config

This commit is contained in:
Arne Keller 2019-03-05 00:53:11 +01:00
parent 13cf088964
commit ff29a64784

12
.tmux.conf Normal file
View File

@ -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"