question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Magic mouse scroll inside tmux is extremely sensitive

See original GitHub issue

Details

  • Browser and browser version: VS Code
  • OS version: macOS
  • xterm.js version: Tyriar/xterm.js#vscode-release/1.18

Steps to reproduce

  1. Use an Apple Magic Mouse
  2. Run tmux with mouse support
  3. Run a command with lots of output
  4. Try to scroll

The scrolling has become really really sensitive. It’s been like this for a while, can’t really pinpoint the change point.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
joaomorenocommented, Oct 31, 2017

Oh… Sorry about that, I could’ve sworn it was a regression. D’oh!

Thanks for the pointer!

Another one: http://www.davidverhasselt.com/better-mouse-scrolling-in-tmux/

1reaction
Tyriarcommented, Oct 30, 2017

This is not a regression, it happens in VS Code 1.15 too as well as gnome-terminal, terminator and Terminal.app. Looks like this is just a tmux thing as it defaults to 5 lines scrolled per scroll wheel event.

Configure using something like this: https://stackoverflow.com/a/37370713/1156119

Read more comments on GitHub >

github_iconTop Results From Across the Web

Magic mouse too sensitive but also scroll… - Apple Community
Scrolling with Magic Mouse on my 2020 iMac 27" is way too sensitive. Especially in MS Excel and Word (Office 365). I am...
Read more >
"tmux set -g mouse-mode on" not scrolling - Stack Overflow
So this is what I'm using now in my .tmux.conf file ... Putting these lines in will allow you to use the mouse...
Read more >
Scroll shell output with mouse in tmux - Super User
To scroll within history of the output You would use ^b + [ You can then use M+V to page up and ^V...
Read more >
tmux mouse scrolling up solved : r/neovim - Reddit
In neovim I have mouse=n set to only use the mouse in normal mode and in my tmux I have set -g mouse...
Read more >
Overview - kitty - Kovid Goyal
It is written in a mix of C (for performance sensitive parts) and Python (for ... You can use either keyboard shortcuts or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found