3

Because my local server is multiple directories deep, I just see something like C:/www/projects/myp... for each sublime window, even though the full title includes the project name appended (e.g. C:/www/projects/myproject (My Project)). Ideally the order should be switched to My Project - C:/www/projects/myproject so that the project name is visible without having to open the window.

Jonny
  • 608

2 Answers2

2

Preferences.sublime_settings -> "show_project_first": true

yan
  • 21
1

There's an open issue on the project's GitHub page asking for the ability to configure window title content format. So far, I've seen no official response since that issue was created 9 months ago.

Curtis Gibby
  • 765
  • 1
  • 7
  • 14