Hey,
I did a search for this but didn’t come up with anything. When I used Sublime Text 3 on Linux, using your mousewheel on the tabs would change the file. Is there any way I can go about adding that functionality to Windows? Thanks!
Hey,
I did a search for this but didn’t come up with anything. When I used Sublime Text 3 on Linux, using your mousewheel on the tabs would change the file. Is there any way I can go about adding that functionality to Windows? Thanks!
I appreciate the reply.
“enable_tab_scrolling”: false,
That doesn’t seem to have worked on my machine.
I asked the very same question 2 months ago on other web but didn’t get a good response
Anyone know the answer to this? I’m sure I’ve gotten it to work in the past on Windows, but I can’t for the life of me figure out how.
Hello,
On Win 10, for me, this option is true by default “enable_tab_scrolling”: true
I only hold right click anywhere on screen and then roll mouse wheel down/up, tabs are changing right/left, respectively.
this (on Windows)
it doesn’t matter what the value of the "enable_tab_scrolling"
preference is for this functionality. All this preference does is either:
true
) and when there are more tabs than can fit inside the width of the window, you have to scroll them left or rightfalse
)