From de52c15966973d81f25400313d6374da297b6218 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Sun, 11 Aug 2024 00:07:36 -0400 Subject: [PATCH] Remove tmux clear binding --- tmux/.config/tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c95ebd1..dad5bac 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -21,5 +21,3 @@ set-window-option -g mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle - -bind -n C-k send-keys 'clear' \; send-keys 'Enter'