I have often PATHs for files which do not exist in my codes.
I run as my cursor is at a PATH which does not exist
CTRL-W f
I get
E447: Can't find file "~/bin/editors/emacs/python_mode" in path
The long way of creating new file is
Ctrl-W v
:args [copy_paste_the_path_with_mouse]
Do you know any short way of creating a new file in Vim when you have PATHs for files in a file which do not exists yet?
I would like to create a new file simply by
CTRL-W f