From 4785fecc2c62d80b75191fd2f273414b82299077 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 25 Mar 2024 14:28:11 -0400 Subject: [PATCH] Tmux clear screen --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c08070a..c95ebd1 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -22,3 +22,4 @@ 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'