I’m trying Vim for the first couple of hours with Ruby on Rails, and I’m loving it so far.
Specifically, the gf
command is great, but I miss something:
If the file under the cursor does not exist yet, gf
returns an error.
Is there a command to actually create and open the file if it does not exist? Or, what is the most straightforward way to create it?