Reduce tmux status interval 5 > 2
This commit is contained in:
parent
7e5cd64809
commit
6521dedbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ set -g history-limit 50000
|
||||||
set -g display-time 2500
|
set -g display-time 2500
|
||||||
|
|
||||||
# Refresh 'status-left' and 'status-right' more often, from every 15s to 5s
|
# Refresh 'status-left' and 'status-right' more often, from every 15s to 5s
|
||||||
set -g status-interval 5
|
set -g status-interval 2
|
||||||
|
|
||||||
# Focus events enabled for terminals that support them
|
# Focus events enabled for terminals that support them
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue