From 9604c1f2b8d8b86abd52402b196b0388d5bc32ca Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 30 Sep 2024 13:11:06 +0200 Subject: [PATCH] update tmux config --- dot_tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_tmux.conf.local b/dot_tmux.conf.local index d437d38..bea274f 100644 --- a/dot_tmux.conf.local +++ b/dot_tmux.conf.local @@ -4,6 +4,8 @@ # without any warranty. # Copyright 2012— Gregory Pakosz (@gpakosz). +# verhindern, dass das Terminal nach unten scrollt, wenn man Text markiert und in die Zwischenablage kopiert +bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-no-clear # -- bindings ------------------------------------------------------------------