From 4ab73c0becdd12314a5d76e7a1aed9152e45840b Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 29 Jul 2024 15:57:16 -0400 Subject: [PATCH] Tmux yank without scrolling to bottom of screen --- home/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/default.nix b/home/default.nix index c354660..dd7bda8 100644 --- a/home/default.nix +++ b/home/default.nix @@ -300,6 +300,8 @@ in { set -g status-right '#(gitmux #{pane_current_path})' + unbind -T copy-mode-vi MouseDragEnd1Pane + ''; };