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.
This commit is contained in:
Eli Ribble 2024-03-06 19:19:52 +00:00
parent 2b21bde9df
commit e79151ae0d
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ bind-key a send-prefix
set -g escape-time 0 set -g escape-time 0
set -g renumber-windows on set -g renumber-windows on
# bind Ctrl-k to clearing history
bind-key c clear-history
# Show a visual bell, even on other windows # Show a visual bell, even on other windows
set-window-option -g visual-bell both set-window-option -g visual-bell both
set-window-option -g bell-action other set-window-option -g bell-action other