From a453b7fe60c289afe9e4aeaa37dc810add4b6643 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 29 Nov 2021 22:24:48 +0100 Subject: [PATCH] use send-keys -R to clear terminal and remove the sleep call --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 691efd5..4c7866d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 # 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 set -g monitor-activity on