use send-keys -R to clear terminal and remove the sleep call
This commit is contained in:
parent
0fe760fa6d
commit
a453b7fe60
|
@ -48,7 +48,7 @@ set -g display-time 1000 # slightly longer status messages display time
|
||||||
set -g status-interval 10 # redraw status line every 10 seconds
|
set -g status-interval 10 # redraw status line every 10 seconds
|
||||||
|
|
||||||
# clear both screen and history
|
# clear both screen and history
|
||||||
bind -n C-l send-keys C-l \; run 'sleep 0.1' \; clear-history
|
bind -n C-l send-keys -R \; clear-history
|
||||||
|
|
||||||
# activity
|
# activity
|
||||||
set -g monitor-activity on
|
set -g monitor-activity on
|
||||||
|
|
Loading…
Reference in New Issue