Hide the file path on the title bar in Sublime Text
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.