mirror of https://github.com/helix-editor/helix
deploy: d8e2aab201
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
|
||||
<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
|
||||
command sequences are executed.</li>
|
||||
command sequences are executed. Modifier keys (e.g. Alt+o) can be used
|
||||
like <code>"<A-o>"</code>, e.g. <code>"@miw<A-o>"</code></li>
|
||||
</ul>
|
||||
<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
|
||||
|
|
|
@ -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
|
||||
<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
|
||||
command sequences are executed.</li>
|
||||
command sequences are executed. Modifier keys (e.g. Alt+o) can be used
|
||||
like <code>"<A-o>"</code>, e.g. <code>"@miw<A-o>"</code></li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
|
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