Is there a way to display the tab number in the tab bar?
I enjoy using Alt + 1 or Alt + 2 etc. to switch between open tabs, however it can get taxing to have to count out the tabs (for me anyway). It would be nice if the tabs had numbers.
Is there a way to display the tab number in the tab bar?
I enjoy using Alt + 1 or Alt + 2 etc. to switch between open tabs, however it can get taxing to have to count out the tabs (for me anyway). It would be nice if the tabs had numbers.
You might be able to write a plugin for it but there is no such standard feature, as of the latest version, Build 3083, in ST3.
Edit: I would recommend using https://github.com/travmik/ZenTabs to easily manage tabs
set_name()
method on the view
object which changes the tab name but it also changes the underlying file association, so when you try to save the file you get the "save as" dialog. ...Oh well it was worth a shot.