mirror of https://github.com/helix-editor/helix
deploy: 4a003782a5
parent
0036c65241
commit
03396359cc
|
@ -160,6 +160,7 @@
|
|||
<tr><td><code>scroll-lines</code></td><td>Number of lines to scroll per scroll wheel step.</td><td><code>3</code></td></tr>
|
||||
<tr><td><code>shell</code></td><td>Shell to use when running external commands.</td><td>Unix: <code>["sh", "-c"]</code><br/>Windows: <code>["cmd", "/C"]</code></td></tr>
|
||||
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
||||
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
||||
</tbody></table>
|
||||
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
||||
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
||||
|
|
|
@ -241,8 +241,7 @@
|
|||
</tbody></table>
|
||||
<h3 id="search"><a class="header" href="#search">Search</a></h3>
|
||||
<blockquote>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching
|
||||
in reverse, or searching via smartcase.</p>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching in reverse.</p>
|
||||
</blockquote>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
<tr><td><code>/</code></td><td>Search for regex pattern</td><td><code>search</code></td></tr>
|
||||
|
|
|
@ -254,6 +254,7 @@ single width selection.</p>
|
|||
<tr><td><code>scroll-lines</code></td><td>Number of lines to scroll per scroll wheel step.</td><td><code>3</code></td></tr>
|
||||
<tr><td><code>shell</code></td><td>Shell to use when running external commands.</td><td>Unix: <code>["sh", "-c"]</code><br/>Windows: <code>["cmd", "/C"]</code></td></tr>
|
||||
<tr><td><code>line-number</code></td><td>Line number display (<code>absolute</code>, <code>relative</code>)</td><td><code>absolute</code></td></tr>
|
||||
<tr><td><code>smart-case</code></td><td>Enable smart case regex searching (case insensitive unless pattern contains upper case characters)</td><td><code>true</code></td></tr>
|
||||
</tbody></table>
|
||||
<h2 id="lsp"><a class="header" href="#lsp">LSP</a></h2>
|
||||
<p>To display all language server messages in the status line add the following to your <code>config.toml</code>:</p>
|
||||
|
@ -558,8 +559,7 @@ over it and is merged into the default palette.</p>
|
|||
</tbody></table>
|
||||
<h3 id="search"><a class="header" href="#search">Search</a></h3>
|
||||
<blockquote>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching
|
||||
in reverse, or searching via smartcase.</p>
|
||||
<p>TODO: The search implementation isn't ideal yet -- we don't support searching in reverse.</p>
|
||||
</blockquote>
|
||||
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
|
||||
<tr><td><code>/</code></td><td>Search for regex pattern</td><td><code>search</code></td></tr>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue