From 7dcd00058f2239bd33f717642ba67437af2dbdba Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 27 Feb 2023 14:07:04 +0100 Subject: [PATCH] tmux:TODO: Do not modify selection when scrolling --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8608ddd..09f15e0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -19,6 +19,7 @@ set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # Scroll up 5 lines when entering copy-mode through the mouse wheel, send 5x`up` # when the current pane is in alternate mode and discard the `-e` flag passed to # copy-mode from the default binding (See below) +# TODO: Do not modify selection when scolling with the wheel bind -n WheelUpPane \ if -F "#{||:#{pane_in_mode},#{mouse_any_flag}}" { send -M