From f92bc6087144bba430268a6c990d294663ac155f Mon Sep 17 00:00:00 2001 From: t0xa Date: Tue, 23 Sep 2025 14:34:42 +0300 Subject: [PATCH] tmux: prevent scrolling after yanking --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c2a0e2a..a700de4 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -40,7 +40,8 @@ bind c new-window -c "#{pane_current_path}" # Keybindings for VI mode bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle -bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel +# bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel +bind-key -T copy-mode-vi y send-keys -X copy-selection # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'