From 6cdf71809985289f4c6757bff5e2e3b9cbb87049 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 14 Feb 2022 15:00:04 +0100 Subject: [PATCH] Add tmux history clear message --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 24c3c1e..7a5efe1 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,7 +29,7 @@ unbind '%' bind-key -n C-x resize-pane -Z bind-key C-x send-keys C-x -bind k clear-history +bind k clear-history\; display "History cleared" bind-key a set-window-option synchronize-panes