Sublime Forum

[Solved] Changing file with mousescroll on tabs

#1

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!

0 Likes

#2

I appreciate the reply.

“enable_tab_scrolling”: false,

That doesn’t seem to have worked on my machine.

0 Likes

#3

That did not work for me :frowning: Is there any other ways?

0 Likes

#4

I am not able to get this in Linux even. Give a help to me.

0 Likes

#5

I asked the very same question 2 months ago on other web but didn’t get a good response :frowning:

0 Likes

#6

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.

0 Likes

#7

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.

1 Like

#8

this :thumbsup: (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:

  • make the tabs a fixed width (when true) and when there are more tabs than can fit inside the width of the window, you have to scroll them left or right
  • or make them get thinner to fit in the window (when false)
0 Likes