From 2a7a0c39b6e3a7e9953afe922300d2a11c0eee41 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 25 Jul 2016 21:55:20 +0200 Subject: [PATCH] made C-l more robust by using not shelling out to clear history --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a008241..be966c0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,7 +46,7 @@ set -g status-interval 10 # redraw status line every 10 seconds setw -g clock-mode-style 24 # clear both screen and history -bind -n C-l send-keys C-l \; run 'tmux clear-history' +bind -n C-l send-keys C-l \; clear-history # activity set -g monitor-activity on