From 19032114d51ba34393f03401e527ae6d4b316ec2 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sat, 30 Mar 2019 17:06:19 +0300 Subject: [PATCH] describe multiple-cmd switch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38620c3..e38b856 100644 --- a/README.md +++ b/README.md @@ -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