From af8fa8f85763db49d49f6fc0c35dbc384b4a5a3e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 16 Sep 2016 14:08:27 -0700 Subject: [PATCH] [tmux] clear-history on C-k --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 5258f71..b589346 100644 --- a/tmux.conf +++ b/tmux.conf @@ -59,4 +59,4 @@ 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 +bind-key C-k clear-history