1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-06-06 20:58:16 +00:00
parent 02279b2169
commit e1188d4dc0

View file

@ -24620,8 +24620,9 @@ attribute set of (submodule)</p>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;alt-s&quot;.command = &quot;fish_commandline_prepend sudo&quot;;
&quot;alt-shift-b&quot;.command = &quot;fish_commandline_append bat&quot;;
&quot;alt-s&quot;.erase = true;
&quot;alt-s&quot;.operate = &quot;preset&quot;;
}
</code></pre>
@ -24642,7 +24643,7 @@ attribute set of (submodule)</p>
</span>
</dt>
<dd>
<p>Whether to enable enable the bind.</p>
<p>Whether to enable enable the bind. Set false if you want to ignore the bind.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
@ -24672,7 +24673,10 @@ boolean</p>
<p>command that will be execute</p>
<p><span class="emphasis"><em>Type:</em></span>
string or list of string</p>
string or list of string (optional when erase is set to true)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">