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?
Asked
Active
Viewed 1.1k times
1 Answers
77
In Sublime Text > Preferences > Settings - User, add the following line.
"enable_tab_scrolling": false,
frediy
- 1,473