56

Sublime Text 3 has a default feature which makes tabs overlap each other instead of the old behavior where the horizontal length of the tab would shrink. How do you disable this?

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
frediy
  • 1,473

1 Answers1

77

In Sublime Text > Preferences > Settings - User, add the following line.

"enable_tab_scrolling": false,
frediy
  • 1,473