osx - Configure Sublime Text on OS X to Show Full Directory Path in Title Bar - Stack Overflow
With Sublime Text 3, all that's necessary is to edit your Sublime user preferences (Preferences -> Settings - User
) to include:
{ // ... other settings "show_full_path": true }
This will override the OS X-specific default value for this option, which is false
.
There is no need to modify your operating system or Finder settings.
Read full article from osx - Configure Sublime Text on OS X to Show Full Directory Path in Title Bar - Stack Overflow
No comments:
Post a Comment