describe multiple-cmd switch
This commit is contained in:
parent
77f3eddac6
commit
19032114d5
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ these arguments:
|
|||
|
||||
- `-kak-cmd`: A Kakoune command that is applied to `fzf` resulting value, e.g.
|
||||
`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
|
||||
`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
|
||||
|
|
Loading…
Reference in a new issue