From 002f8d1f7296064ea89a893ca7fe201e6fd54983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denys=20S=C3=A9guret?= Date: Sat, 22 Oct 2022 19:05:03 +0200 Subject: restrict verbs to specific panels (#620) --- website/docs/conf_verbs.md | 1 + 1 file changed, 1 insertion(+) (limited to 'website') diff --git a/website/docs/conf_verbs.md b/website/docs/conf_verbs.md index 1c4c9c3..b37c57b 100644 --- a/website/docs/conf_verbs.md +++ b/website/docs/conf_verbs.md @@ -43,6 +43,7 @@ apply_to | | the type of selection this verb applies to, may be `"file"`, `"dire working_dir | | the working directory of the external application, for example `"{directory}"` for the closest directory (the working dir isn't set if the directory doesn't exist) set_working_dir | `false` | whether the working dir of the process must be set to the currently selected directory (it's equivalent to `workding_dir: "{directory}"`) auto_exec | `true` | whether to execute the verb as soon as it's key-triggered (instead of waiting for enter) +panels | *all* | optional list of panel types in which the verb can be called. Default is all panels: `[tree, fs, preview, help, stage]` The execution is defined either by `internal`, `external` or `cmd` so a verb must have exactly one of those (for compatibility with older versions broot still accepts `execution` for `internal` or `external` and guesses which one it is). -- cgit v1.2.3