mirror of https://github.com/helix-editor/helix
deploy: 0654a1f058
parent
6fa9aa312e
commit
537642a972
|
@ -2549,6 +2549,7 @@ berry = "#2A2A4D"
|
|||
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
||||
<tr><td><code>diagnostic.unnecessary</code></td><td>Diagnostics with unnecessary tag (editing area)</td></tr>
|
||||
<tr><td><code>diagnostic.deprecated</code></td><td>Diagnostics with deprecated tag (editing area)</td></tr>
|
||||
<tr><td><code>tabstop</code></td><td>Snippet placeholder</td></tr>
|
||||
</tbody></table>
|
||||
</div><div style="break-before: page; page-break-before: always;"></div><h2 id="key-remapping"><a class="header" href="#key-remapping">Key remapping</a></h2>
|
||||
<p>Helix currently supports one-way key remapping through a simple TOML configuration
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -569,6 +569,7 @@ berry = "#2A2A4D"
|
|||
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
||||
<tr><td><code>diagnostic.unnecessary</code></td><td>Diagnostics with unnecessary tag (editing area)</td></tr>
|
||||
<tr><td><code>diagnostic.deprecated</code></td><td>Diagnostics with deprecated tag (editing area)</td></tr>
|
||||
<tr><td><code>tabstop</code></td><td>Snippet placeholder</td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue