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'