mirror of
1
0
Fork 0

wait a bit more between sending C-l to the terminal and clearing tmux history

This commit is contained in:
Gregory Pakosz 2017-07-21 09:18:10 +02:00
parent e7cbc84bed
commit 10a445b491
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ set -g display-time 1000 # slightly longer status messages display time
set -g status-interval 10 # redraw status line every 10 seconds
# clear both screen and history
bind -n C-l send-keys C-l \; run 'sleep 0.05 && tmux clear-history'
bind -n C-l send-keys C-l \; run 'sleep 0.1' \; clear-history
# activity
set -g monitor-activity on