From aeff3e9ef4ab77c404972b20c59c9377e869a101 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 21 Feb 2024 11:00:41 -0600 Subject: [PATCH] Add ctrl-K shortcut for Tmux to clear history --- tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf.local b/tmux.conf.local index c04a7b9..81d6b83 100644 --- a/tmux.conf.local +++ b/tmux.conf.local @@ -13,3 +13,5 @@ bind -n C-h select-pane -L bind -n C-j select-pane -D bind -n C-k select-pane -U bind -n C-l select-pane -R + +bind -n C-k send-keys -R \; clear-history