Open
Description
Hi!
I installed this plugin today, but unfortunately, the option @emulate-scroll-for-no-mouse-alternate-buffer
is not working properly for me. Here is my configuration:
run-shell ~/config/tmux/plugins/tmux-better-mouse-mode/scroll_copy_mode.tmux
set -g mouse on
set -g @emulate-scroll-for-no-mouse-alternate-buffer on
I'd like to be able to scroll in less
using my mouse wheel, but it doesn't work.
Here's the output of tmux list-keys -T root
:
bind-key -T root MouseDown1Pane select-pane -t = ; send-keys -M
bind-key -T root MouseDown1Status select-window -t =
bind-key -T root MouseDown3Pane if-shell -F -t = "#{mouse_any_flag}" "select-pane -t=; send-keys -M" "select-pane -mt="
bind-key -T root MouseDrag1Pane if-shell -F -t = "#{mouse_any_flag}" "if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"" "copy-mode -M"
bind-key -T root MouseDrag1Border resize-pane -M
bind-key -T root WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" " if -Ft= '' \"send-keys -t= up ; send-keys -t= up ; send-keys -t= up ; \" \" select-pane -t= ; if -Ft= '#{pane_in_mode}' 'send-keys -M ; send-keys -M ; send-keys -M ; ' 'copy-mode -e ; send-keys -M ; send-keys -M ; send-keys -M ; ' \" "
bind-key -T root WheelUpStatus previous-window
bind-key -T root WheelDownPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" " if -Ft= \"\" \"send-keys -t= down ; send-keys -t= down ; send-keys -t= down ; \" \"select-pane -t= ; send-keys -M ; send-keys -M ; send-keys -M ; \" "
bind-key -T root WheelDownStatus next-window
Have I missed something? I'm running OpenBSD 6.3.
Metadata
Metadata
Assignees
Labels
No labels