From 91be5135eb8db1286a84e7597b717e551f56a227 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 18 Oct 2024 16:02:16 +0200 Subject: [PATCH] tmux: Remove completed TODO Fixed: 7dcd00058f22 ("tmux:TODO: Do not modify selection when scrolling") Fixed-by: aa901099b04a ("tmux: Use C-[ey] for scrolling with the wheel") --- .config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cd99f61..603ea47 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -91,7 +91,6 @@ bind -T copy-mode-vi MouseDown2Pane { # 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