Sublime Forum

Getting back old tab style?

#1

I just upgraded Sublime Text and miss having the ability to see many tabs open at once.

Which option do I need to change to get back the old style?

0 Likes

SublimeText 3 FileTab auto shrink
#2

I’m assuming you mean the tab scrolling feature that’s been added.

To disable this, change the following to false in your user settings…

// Allows tabs to scroll left and right, instead of simply shrinking
    "enable_tab_scrolling": true,
0 Likes

#3

you’re wonderful!

Thank you!

0 Likes