Current behaviour
$ zed path/to/unexisting/dir/file.txt
Error: No such file or directory (os error 2)
Feature idea
I'd like this same command to open the file as if the folder existed. And create the folder when the file is saved.
$ zed path/to/unexisting/dir/file.txt
# open editor without creating the path until file saved
This is the VSC behaviour, and I love it!