From 10a445b49167f665e18a6aebb062ae969b851e9b Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Fri, 21 Jul 2017 09:18:10 +0200 Subject: [PATCH] wait a bit more between sending C-l to the terminal and clearing tmux history --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 80fe302..c543ebb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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