-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[request] v multiply files #6
Comments
This would unfortunately break current behaviour, which I (at least) find useful ... Being able to open multiple files is indeed interesting and useful, and I've been thinking about it for a while, so I'll leave this issue open and maybe come up with a nice solution at some point. |
I would like to type "v mirr" and open all the files that match instead of only the first one. Same for your example "v foo bar" opens all files that match foo and match bar also (not just the first one among the set of files that match both patterns). What sunner asked can then be done by v foo|bar (I think). |
I second this feature request. @sitaram v a | b pipes the output of 'v a' to the command 'b'. |
When I made #18 I didn't see that this already existed. So, +1 from me. |
If I have opened file foo.c and bar.c, I can use
v foo
andv bar
to open them separately.The request is that
v foo bar
can open both files concurrently in vim.Even more, we can v multiply files in one line of command.
Thank you! Both z and v are must have for every machine of me!
The text was updated successfully, but these errors were encountered: