From e79151ae0d920f5bb2f0ed19806a83e930c3ef52 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 6 Mar 2024 19:19:52 +0000 Subject: [PATCH] Remove custom command to clear history. I don't use it much and it shadows the new window command, which I didn't previously use, but now will start using. --- dot_tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 3cf14a2..bad331a 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -12,9 +12,6 @@ bind-key a send-prefix set -g escape-time 0 set -g renumber-windows on -# bind Ctrl-k to clearing history -bind-key c clear-history - # Show a visual bell, even on other windows set-window-option -g visual-bell both set-window-option -g bell-action other