8

I've been using Sublime Text on Linux. I now switched to Windows, and the file path on the title bar is different from Linux: Sublime Text always shows the complete path on the tile bar.

Can I hide it like it is under Linux?

3
  • What's the deal with questions about Sublime and the title bar today? superuser.com/questions/690531/… — the full path to the file path is shown in Linux, OS X and Windows.
    – slhck
    Commented Dec 19, 2013 at 10:33
  • @slhck♦I like the title bar has no file path and only contains the filename ,what is your puzzle about my quetion
    – abc
    Commented Dec 19, 2013 at 10:43
  • Why would you do that (switch to Windows from Linux)...!! Commented Dec 19, 2017 at 8:20

2 Answers 2

13

The Sublime Text behavior is the same on Windows, Linux and OS X. It does not show the full path by default.

To override this, add the following to your settings:

"show_full_path": false

Or remove the setting altogether. The default will be not to show the complete path.

2
  • 1
    Thank you,my dear friend my home tongue is simplied chinese ,so sometimes I cannot show what i want to do .So i hope you canforgive me
    – abc
    Commented Dec 19, 2013 at 10:59
  • Don't worry about your language. If you have a question like this, or if you have troubles explaining, it always helps to include a screenshot of the problem.
    – slhck
    Commented Dec 19, 2013 at 11:10
0

Take a look at SublimeOverlay. There's an option in settings window to hide the title.

P.S. I'm the author of this program.

1
  • Please clarify your answer (e.g. so it's useful even if/when the link becomes obsolete). Also AFAIU he doesn't want to hide the title, but to shorten it so it only displays the "basename".
    – Stefan
    Commented Feb 20, 2016 at 1:39

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .