+12

Name and create new files immediately, just like creating new folders

mrmachine 13 years ago updated by Adam Miller 12 years ago 1
Looks like creating a new file at the moment just opens an untitled file in memory and changes the CWD so that the save dialogue defaults to the correct location.

I'd like this to work more like creating a new folder, where I am asked for the filename and the file is created (saved as a blank file) immediately.
I'm coming to sublime 2 from vim and this is really one of the key features that I find missing. In vim I'd often open a new file all from the keyboard doing something like :tabnew app/models/user.rb and I'd like the capability via sublime to do the same thing.