tmux status

This commit is contained in:
Daniel Lundin 2020-09-27 16:51:11 +02:00
parent 7d19a9c744
commit b4da88eb57
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -54,7 +54,8 @@ bind-key -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 1 scroll-d
setw -g window-status-format ""
setw -g window-status-separator ""
set -g status-justify left
set -g status-left " #I "
set -g status-left ""
set -g status-format "#I:#T"
set -g status-right ""
set -g set-titles on
set -g set-titles-string "#H:#T"