Pipe each selection independently #14327
Unanswered
PlethoraChutney
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am wondering if it would be possible to have an additional version of
:pipe
which would pipe and replace each selection to the shell command, rather than piping the contents of the primary selection to the command and replacing the contents of all selections with the output.I have written a version of Emmet's "Wrap with Abbreviation" functionality, which works great on a single selection. However, if I try to wrap multiple selections at once, all of the inner HTML/text is replaced with that of the primary selection (see video).
pipe-to.mp4
Beta Was this translation helpful? Give feedback.
All reactions