Is it possible to change tab names for files with strange names? They can not be renamed on disk but it is difficult to keep up with mad file names in Sublime :D
To configure the tab width in Sublime Text 3, click on “View” in the top bar, then click on “Indentation” in the drop-down list. Next, in the second level of the drop-down list select the width you want a tab to take up. Sublime Text 3 defaults to tabs being four spaces wide.
please try command + shift + ] .This will bring you immediately to the next tab. Command + Ctrl + P : Switch between the projects that are listed on the sublimeText Sidebar. Thanks for contributing an answer to Stack Overflow!
When multiple tabs are selected, Sublime Text will automatically split the editor pane to display the tabs horizontally. Note: in the following key bindings, Primaryrefers to the Ctrlkey on Windows and Linux, and the Cmdkey on Mac.
In sublime text 3, there is shortcut to switch tab in similar to ctrl+tab in browser. While this ctrl+tab has behavior similar to windows alt+tab to switch apps.
In the ST console, enter view.set_name("My changed name")
, replacing the content of the string with the name you want. You can also create a plugin to do this, again using the view#set_name
api method.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With