NHDaly / tmux-better-mouse-mode

A tmux plugin to better manage and configure the mouse.
MIT License
910 stars 27 forks source link

Scroll too fast after I did the configuration. #4

Closed wqtty closed 8 years ago

wqtty commented 8 years ago

I'm on Mac using iTerm2 logging on to a ubuntu server, working within tmux2.1 on the server side, with a Logitech wireless mouse. The problem is it still scrolls way too fast even after I set the line number to 1 according to the readme file.

here are the lines: set-option -g mouse on set -g @scroll-down-exit-copy-mode "on" set -g @scroll-without-changing-pane "on" set -g @scroll-speed-num-lines-per-scroll "1"

NHDaly commented 8 years ago

Sorry for the delay. I think this is now fixed. Please let me know if this works for you! :)

Try setting your scroll speed to "0.5" or "0.33" to see if it's any better. Is this kind of what you had in mind?

wqtty commented 8 years ago

I finally figured out that it's my Logitech mouse's fault......its driver has some "scroll acceleration" feature....I have moved to magic trackpad2(LOL) and everything works great now. Thanks for the reply.

NHDaly commented 8 years ago

Okay no problem! Well anyway I added an option to slow down scrolling anyway! :)

On Mon, Jan 4, 2016 at 4:16 AM, wqtty notifications@github.com wrote:

I finally figured out that it's my Logitech mouse's fault......its driver has some "scroll acceleration" feature....I have moved to magic trackpad2(LOL) and everything works great now. Thanks for the reply.

— Reply to this email directly or view it on GitHub https://github.com/NHDaly/tmux-scroll-copy-mode/issues/4#issuecomment-168663432 .