I often work with text files with very long file names, and consequently the tabs are really really wide and thus inconvenient and ugly. How do I make it so that Sublime 3 doesn't display the whole file name, but only a part of it?
Sublime Text 3 file name abbreviation in tabs
sublime-text-3
Best Answer
Go to:
Preferences -> Settings - User
And add
"enable_tab_scrolling": false
to your settings file.Press Ctrl+S and voilĂ , tabs are displayed as they used to be in sublime 2.