Add tmux config
This commit is contained in:
parent
13cf088964
commit
ff29a64784
12
.tmux.conf
Normal file
12
.tmux.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user