mirror of https://github.com/helix-editor/helix
deploy: 1badd9e434
parent
986cc5e31f
commit
e632a3e359
|
@ -553,6 +553,8 @@
|
|||
<tr><td><code>command_palette</code></td><td>Open command palette</td><td>normal: <code><space>?</code>, select: <code><space>?</code></td></tr>
|
||||
<tr><td><code>goto_word</code></td><td>Jump to a two-character label</td><td>normal: <code>gw</code></td></tr>
|
||||
<tr><td><code>extend_to_word</code></td><td>Extend to a two-character label</td><td>select: <code>gw</code></td></tr>
|
||||
<tr><td><code>goto_next_tabstop</code></td><td>goto next snippet placeholder</td><td></td></tr>
|
||||
<tr><td><code>goto_prev_tabstop</code></td><td>goto next snippet placeholder</td><td></td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
@ -1470,6 +1470,8 @@ See the documentation page on <a href="./pickers.html">pickers</a> for more info
|
|||
<tr><td><code>command_palette</code></td><td>Open command palette</td><td>normal: <code><space>?</code>, select: <code><space>?</code></td></tr>
|
||||
<tr><td><code>goto_word</code></td><td>Jump to a two-character label</td><td>normal: <code>gw</code></td></tr>
|
||||
<tr><td><code>extend_to_word</code></td><td>Extend to a two-character label</td><td>select: <code>gw</code></td></tr>
|
||||
<tr><td><code>goto_next_tabstop</code></td><td>goto next snippet placeholder</td><td></td></tr>
|
||||
<tr><td><code>goto_prev_tabstop</code></td><td>goto next snippet placeholder</td><td></td></tr>
|
||||
</tbody></table>
|
||||
</div><div style="break-before: page; page-break-before: always;"></div><h2 id="language-support"><a class="header" href="#language-support">Language Support</a></h2>
|
||||
<p>The following languages and Language Servers are supported. To use
|
||||
|
|
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