I would like Sublime Text to open my scratchpad by default, is there any way to facilitate this?
Is there any way that I can set Sublime Text 2 to always open a particular file by default?
466 views Asked by user2058038 At
2
There are 2 answers
0
On
I've made a plugin for this:
https://packagecontrol.io/packages/Scratchpad
Presently there is no option to choose the location of the file, will consider adding it if required.
Might be something better, but you can use something like this.
If you want a specific file opened, you can specify a file (as a string) in
Preferences.sublime-settings
using the keydefault_file
. If you just want a general scratch file, you don't have to add anything.