If you visit a directory with helm-find-files
and type the name of a file that doesn't exist, before opening it in a new buffer helm will prompt:
File does not exist, create buffer?
I would like helm to just create the buffer, without the prompt. I can't find an option for it to do this: essentially I want a variable just like ido-create-new-buffer
.