[+] improve tmux status line
This commit is contained in:
parent
067638315b
commit
c3ce3979bb
@ -37,7 +37,8 @@ set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff"
|
|||||||
bind space display "Fuck!"
|
bind space display "Fuck!"
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
set-option -g set-titles-string "#S / #W"
|
set-option -g set-titles-string "#S / #W"
|
||||||
set -g status-right "#H %H:%M:%S %Y-%m-%d %Z"
|
# set -g status-right "#H %H:%M:%S %Y-%m-%d %Z"
|
||||||
|
set -g status-right "#{=-16:pane_current_path} #{pane_index} #H %H:%M:%S %Y-%m-%d %Z"
|
||||||
set -g status-interval 1
|
set -g status-interval 1
|
||||||
set -g status-right-length 60
|
set -g status-right-length 64
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
Loading…
Reference in New Issue
Block a user