From e1188d4dc0af057add204cadd7905bbfb06898b9 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 6 Jun 2025 20:58:16 +0000 Subject: [PATCH] deploy: 2d7d65f65b61fdfce23278e59ca266ddd0ef0a36 --- options.xhtml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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: