Open a file from selected text in Vim

vim

Solution

I believe you want a Ctrl+w, Ctrl+f. Press these keys with the cursor over the filename.

Problem

For example, if I have something like this: ``` #include "filename.h" ``` When I select `filename.h` I want to use it as the input for opening the file named `filename.h` in a split.

Original source