gh-pages
the-mikedavis 2 days ago
parent cbf407fbc3
commit c6a0c026d0

@ -2325,7 +2325,8 @@ the source code at <a href="https://github.com/helix-editor/helix/blob/master/he
start with <code>@</code> and then list any number of keys to be executed. For example start with <code>@</code> and then list any number of keys to be executed. For example
<code>@miw</code> can be used to select the surrounding word. For now, macro keybindings <code>@miw</code> can be used to select the surrounding word. For now, macro keybindings
are not allowed in keybinding sequences due to limitations in the way that are not allowed in keybinding sequences due to limitations in the way that
command sequences are executed.</li> command sequences are executed. Modifier keys (e.g. Alt+o) can be used
like <code>"&lt;A-o&gt;"</code>, e.g. <code>"@miw&lt;A-o&gt;"</code></li>
</ul> </ul>
<div style="break-before: page; page-break-before: always;"></div><h2 id="languages"><a class="header" href="#languages">Languages</a></h2> <div style="break-before: page; page-break-before: always;"></div><h2 id="languages"><a class="header" href="#languages">Languages</a></h2>
<p>Language-specific settings and settings for language servers are configured <p>Language-specific settings and settings for language servers are configured

@ -260,7 +260,8 @@ the source code at <a href="https://github.com/helix-editor/helix/blob/master/he
start with <code>@</code> and then list any number of keys to be executed. For example start with <code>@</code> and then list any number of keys to be executed. For example
<code>@miw</code> can be used to select the surrounding word. For now, macro keybindings <code>@miw</code> can be used to select the surrounding word. For now, macro keybindings
are not allowed in keybinding sequences due to limitations in the way that are not allowed in keybinding sequences due to limitations in the way that
command sequences are executed.</li> command sequences are executed. Modifier keys (e.g. Alt+o) can be used
like <code>"&lt;A-o&gt;"</code>, e.g. <code>"@miw&lt;A-o&gt;"</code></li>
</ul> </ul>
</main> </main>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save