mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
deploy: 08b2ecc99a
This commit is contained in:
parent
f0cb116466
commit
0adc4243a1
@ -1451,7 +1451,11 @@ over it and is merged into the default palette.</p>
|
|||||||
<tr><td><code>diagnostic.warning</code></td><td>Diagnostics warning (editing area)</td></tr>
|
<tr><td><code>diagnostic.warning</code></td><td>Diagnostics warning (editing area)</td></tr>
|
||||||
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="key-remapping"><a class="header" href="#key-remapping">Key Remapping</a></h1>
|
</div>
|
||||||
|
<p>You can check compliance to spec with</p>
|
||||||
|
<pre><code class="language-shell">cargo xtask themelint onedark # replace onedark with <name>
|
||||||
|
</code></pre>
|
||||||
|
<div style="break-before: page; page-break-before: always;"></div><h1 id="key-remapping"><a class="header" href="#key-remapping">Key Remapping</a></h1>
|
||||||
<p>One-way key remapping is temporarily supported via a simple TOML configuration
|
<p>One-way key remapping is temporarily supported via a simple TOML configuration
|
||||||
file. (More powerful solutions such as rebinding via commands will be
|
file. (More powerful solutions such as rebinding via commands will be
|
||||||
available in the future).</p>
|
available in the future).</p>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -453,6 +453,10 @@ over it and is merged into the default palette.</p>
|
|||||||
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
<tr><td><code>diagnostic.error</code></td><td>Diagnostics error (editing area)</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
</div>
|
</div>
|
||||||
|
<p>You can check compliance to spec with</p>
|
||||||
|
<pre><code class="language-shell">cargo xtask themelint onedark # replace onedark with <name>
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<nav class="nav-wrapper" aria-label="Page navigation">
|
<nav class="nav-wrapper" aria-label="Page navigation">
|
||||||
|
Loading…
Reference in New Issue
Block a user