From 4be02629e74a09de72ce3c9bdfba1be9fe9d355c Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 2 May 2016 10:40:05 -0700 Subject: [PATCH] [tmux] Add C-k to clear-history of current window --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 799ba3f..5258f71 100644 --- a/tmux.conf +++ b/tmux.conf @@ -58,3 +58,5 @@ set-option -g lock-after-time 0 set-option -g lock-command "tmux clock-mode" bind-key C-a last-window +# TODO: Decide if this should have a -n (allow invoking the command without the leader). +bink-key C-k clear-history