-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Milestone
Description
<c-w>f doesn't take me to the line number within the file, whereas gF does, but only within the same window.
My use case is, from bash, going:
somegrep somestring | vim -which gives me a list of files. If i were to gF on a result, I get the yes/no/cancel dialog to confirm I want to lose that page forever. I don't - hence my use of <c-w>f to open the result in another window. Ideally vim-fetch would do this AND jump to the correct line within that file.