1
0
Fork 0

describe multiple-cmd switch

This commit is contained in:
Andrey Orst 2019-03-30 17:06:19 +03:00
parent 77f3eddac6
commit 19032114d5

View file

@ -194,6 +194,8 @@ these arguments:
- `-kak-cmd`: A Kakoune command that is applied to `fzf` resulting value, e.g. - `-kak-cmd`: A Kakoune command that is applied to `fzf` resulting value, e.g.
`edit -existing`, `change-directory`, e.t.c. `edit -existing`, `change-directory`, e.t.c.
- `-multiple-cmd`: A Kakoune command that is applied when multiple items
selected to every item but the first one.
- `-items-cmd`: A command that is used as a pipe to provide list of values to - `-items-cmd`: A command that is used as a pipe to provide list of values to
`fzf`. For example, if we want to pass list of all files recursively in `fzf`. For example, if we want to pass list of all files recursively in
current directory, we would use `-items-cmd %{find .}` which will be piped to current directory, we would use `-items-cmd %{find .}` which will be piped to