Use execute(-silent) on all selected lines #2773
Answered
by
junegunn
fritzrehde
asked this question in
Q&A
-
Is it possible to use the execute command (which can be mapped to a keybinding) to all currently selected lines? |
Beta Was this translation helpful? Give feedback.
Answered by
junegunn
Mar 29, 2022
Replies: 1 comment
-
Yes, with fzf -m --bind 'space:execute:echo {+}; read' See "PREVIEW" section of the man page.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
junegunn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, with
{+}
.fzf -m --bind 'space:execute:echo {+}; read'
See "PREVIEW" section of the man page.