mirror of https://github.com/helix-editor/helix
deploy: 637274c4d4
parent
f653a45b43
commit
2f421434a4
|
@ -565,6 +565,8 @@
|
|||
<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>
|
||||
<tr><td><code>rotate_selections_first</code></td><td>Make the first selection your primary one</td><td></td></tr>
|
||||
<tr><td><code>rotate_selections_last</code></td><td>Make the last selection your primary one</td><td></td></tr>
|
||||
</tbody></table>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
@ -1586,6 +1586,8 @@ space.B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
|
|||
<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>
|
||||
<tr><td><code>rotate_selections_first</code></td><td>Make the first selection your primary one</td><td></td></tr>
|
||||
<tr><td><code>rotate_selections_last</code></td><td>Make the last selection your primary one</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