diff --git a/options.xhtml b/options.xhtml index 02e159ef2..1c558a143 100644 --- a/options.xhtml +++ b/options.xhtml @@ -24620,8 +24620,9 @@ attribute set of (submodule)

{ }

Example:

{
-  "alt-s".command = "fish_commandline_prepend sudo";
   "alt-shift-b".command = "fish_commandline_append bat";
+  "alt-s".erase = true;
+  "alt-s".operate = "preset";
 }
 
 
@@ -24642,7 +24643,7 @@ attribute set of (submodule)

-

Whether to enable enable the bind.

+

Whether to enable enable the bind. Set false if you want to ignore the bind.

Type: boolean

@@ -24672,7 +24673,10 @@ boolean

command that will be execute

Type: -string or list of string

+string or list of string (optional when erase is set to true)

+ +

Default: +null

Declared by: