mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
deploy: 9a2ce65697
This commit is contained in:
parent
611484749e
commit
4758eeb6c4
1 changed files with 4 additions and 2 deletions
|
@ -11624,14 +11624,16 @@ boolean</p><p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/zsh.nix" target="_top">
|
<code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/zsh.nix" target="_top">
|
||||||
<home-manager/modules/programs/zsh.nix>
|
<home-manager/modules/programs/zsh.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.historySubstringSearch.searchDownKey"></a><a class="term" href="options.html#opt-programs.zsh.historySubstringSearch.searchDownKey"><code class="option">programs.zsh.historySubstringSearch.searchDownKey</code></a></span></dt><dd><p>The key codes to be used when searching down.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.historySubstringSearch.searchDownKey"></a><a class="term" href="options.html#opt-programs.zsh.historySubstringSearch.searchDownKey"><code class="option">programs.zsh.historySubstringSearch.searchDownKey</code></a></span></dt><dd><p>The key codes to be used when searching down.
|
||||||
The default of <code class="literal">^[[B</code> corresponds to the DOWN key.</p><p><span class="emphasis"><em>Type:</em></span>
|
The default of <code class="literal">^[[B</code> may correspond to the DOWN key – if not, try
|
||||||
|
<code class="literal">$terminfo[kcud1]</code>.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||||
(list of string) or string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
|
(list of string) or string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
|
||||||
"^[[B"
|
"^[[B"
|
||||||
]
|
]
|
||||||
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/zsh.nix" target="_top">
|
</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/zsh.nix" target="_top">
|
||||||
<home-manager/modules/programs/zsh.nix>
|
<home-manager/modules/programs/zsh.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.historySubstringSearch.searchUpKey"></a><a class="term" href="options.html#opt-programs.zsh.historySubstringSearch.searchUpKey"><code class="option">programs.zsh.historySubstringSearch.searchUpKey</code></a></span></dt><dd><p>The key codes to be used when searching up.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.historySubstringSearch.searchUpKey"></a><a class="term" href="options.html#opt-programs.zsh.historySubstringSearch.searchUpKey"><code class="option">programs.zsh.historySubstringSearch.searchUpKey</code></a></span></dt><dd><p>The key codes to be used when searching up.
|
||||||
The default of <code class="literal">^[[A</code> corresponds to the UP key.</p><p><span class="emphasis"><em>Type:</em></span>
|
The default of <code class="literal">^[[A</code> may correspond to the UP key – if not, try
|
||||||
|
<code class="literal">$terminfo[kcuu1]</code>.</p><p><span class="emphasis"><em>Type:</em></span>
|
||||||
(list of string) or string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
|
(list of string) or string</p><p><span class="emphasis"><em>Default:</em></span></p><pre class="programlisting">[
|
||||||
"^[[A"
|
"^[[A"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue