mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 2d7d65f65b
This commit is contained in:
parent
02279b2169
commit
e1188d4dc0
1 changed files with 7 additions and 3 deletions
|
|
@ -24620,8 +24620,9 @@ attribute set of (submodule)</p>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">{ }</code></p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||||
"alt-s".command = "fish_commandline_prepend sudo";
|
|
||||||
"alt-shift-b".command = "fish_commandline_append bat";
|
"alt-shift-b".command = "fish_commandline_append bat";
|
||||||
|
"alt-s".erase = true;
|
||||||
|
"alt-s".operate = "preset";
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
@ -24642,7 +24643,7 @@ attribute set of (submodule)</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<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>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
boolean</p>
|
boolean</p>
|
||||||
|
|
@ -24672,7 +24673,10 @@ boolean</p>
|
||||||
<p>command that will be execute</p>
|
<p>command that will be execute</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<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>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue