Add indicator to tmux for remote hosts
This commit is contained in:
parent
2f6d5123a5
commit
ad0fd99006
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
set -g status-right-length 30
|
set -g status-right-length 30
|
||||||
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
|
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] '
|
||||||
set -g status-right '#{?pane_in_mode,[COPY],} #H | %H:%M '
|
set -g status-right '#{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828] #{?pane_in_mode,[COPY],} #H | %H:%M '
|
||||||
|
|
||||||
# Window status format
|
# Window status format
|
||||||
set -g window-status-format ' #I:#W '
|
set -g window-status-format ' #I:#W '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue