gh-pages
the-mikedavis 2025-07-16 14:03:03 +00:00
parent 20a53c6f9d
commit 8a9d4231f0
8 changed files with 20 additions and 6 deletions

View File

@ -529,6 +529,8 @@
<tr><td><code>goto_prev_comment</code></td><td>Goto previous comment</td><td>normal: <code>[c</code>, select: <code>[c</code></td></tr>
<tr><td><code>goto_next_test</code></td><td>Goto next test</td><td>normal: <code>]T</code>, select: <code>]T</code></td></tr>
<tr><td><code>goto_prev_test</code></td><td>Goto previous test</td><td>normal: <code>[T</code>, select: <code>[T</code></td></tr>
<tr><td><code>goto_next_xml_element</code></td><td>Goto next (X)HTML element</td><td>normal: <code>]x</code>, select: <code>]x</code></td></tr>
<tr><td><code>goto_prev_xml_element</code></td><td>Goto previous (X)HTML element</td><td>normal: <code>[x</code>, select: <code>[x</code></td></tr>
<tr><td><code>goto_next_entry</code></td><td>Goto next pairing</td><td>normal: <code>]e</code>, select: <code>]e</code></td></tr>
<tr><td><code>goto_prev_entry</code></td><td>Goto previous pairing</td><td>normal: <code>[e</code>, select: <code>[e</code></td></tr>
<tr><td><code>goto_next_paragraph</code></td><td>Goto next paragraph</td><td>normal: <code>]p</code>, select: <code>]p</code></td></tr>

View File

@ -185,6 +185,8 @@ for example).</p>
<tr><td><code>comment.around</code></td></tr>
<tr><td><code>entry.inside</code></td></tr>
<tr><td><code>entry.around</code></td></tr>
<tr><td><code>xml-element.inside</code></td></tr>
<tr><td><code>xml-element.around</code></td></tr>
</tbody></table>
</div>
<p><a href="https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+path%3A%2A%2A/textobjects.scm&amp;type=Code&amp;ref=advsearch&amp;l=&amp;l=">Example query files</a> can be found in the helix GitHub repository.</p>

View File

@ -510,6 +510,8 @@ useful when you're simply looking over text and not actively editing it.</p>
<tr><td><code>[g</code></td><td>Go to previous change</td><td><code>goto_prev_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>[x</code></td><td>Go to next (X)HTML element</td><td><code>goto_next_xml_element</code></td></tr>
<tr><td><code>]x</code></td><td>Go to previous (X)HTML element</td><td><code>goto_prev_xml_element</code></td></tr>
<tr><td><code>]Space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
<tr><td><code>[Space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
</tbody></table>

View File

@ -272,7 +272,7 @@ Languages</a> guide for more language configuration information.</p>
<tr><td>hocon</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hoon</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hosts</td><td></td><td></td><td></td><td></td></tr>
<tr><td>html</td><td></td><td></td><td></td><td><code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>html</td><td></td><td></td><td></td><td><code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>htmldjango</td><td></td><td></td><td></td><td><code>djlsp</code>, <code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>hurl</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hyprlang</td><td></td><td></td><td></td><td><code>hyprls</code></td></tr>
@ -442,7 +442,7 @@ Languages</a> guide for more language configuration information.</p>
<tr><td>wit</td><td></td><td></td><td></td><td></td></tr>
<tr><td>wren</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xit</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xml</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xml</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xtc</td><td></td><td></td><td></td><td></td></tr>
<tr><td>yaml</td><td></td><td></td><td></td><td><code>yaml-language-server</code>, <code>ansible-language-server</code></td></tr>
<tr><td>yara</td><td></td><td></td><td></td><td><code>yls</code></td></tr>

View File

@ -589,6 +589,7 @@ function or block of code.</p>
<tr><td><code>c</code></td><td>Comment</td></tr>
<tr><td><code>T</code></td><td>Test</td></tr>
<tr><td><code>g</code></td><td>Change</td></tr>
<tr><td><code>x</code></td><td>(X)HTML element</td></tr>
</tbody></table>
</div>
<blockquote>
@ -1013,6 +1014,8 @@ useful when you're simply looking over text and not actively editing it.</p>
<tr><td><code>[g</code></td><td>Go to previous change</td><td><code>goto_prev_change</code></td></tr>
<tr><td><code>]G</code></td><td>Go to last change</td><td><code>goto_last_change</code></td></tr>
<tr><td><code>[G</code></td><td>Go to first change</td><td><code>goto_first_change</code></td></tr>
<tr><td><code>[x</code></td><td>Go to next (X)HTML element</td><td><code>goto_next_xml_element</code></td></tr>
<tr><td><code>]x</code></td><td>Go to previous (X)HTML element</td><td><code>goto_prev_xml_element</code></td></tr>
<tr><td><code>]Space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
<tr><td><code>[Space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
</tbody></table>
@ -1552,6 +1555,8 @@ space.B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
<tr><td><code>goto_prev_comment</code></td><td>Goto previous comment</td><td>normal: <code>[c</code>, select: <code>[c</code></td></tr>
<tr><td><code>goto_next_test</code></td><td>Goto next test</td><td>normal: <code>]T</code>, select: <code>]T</code></td></tr>
<tr><td><code>goto_prev_test</code></td><td>Goto previous test</td><td>normal: <code>[T</code>, select: <code>[T</code></td></tr>
<tr><td><code>goto_next_xml_element</code></td><td>Goto next (X)HTML element</td><td>normal: <code>]x</code>, select: <code>]x</code></td></tr>
<tr><td><code>goto_prev_xml_element</code></td><td>Goto previous (X)HTML element</td><td>normal: <code>[x</code>, select: <code>[x</code></td></tr>
<tr><td><code>goto_next_entry</code></td><td>Goto next pairing</td><td>normal: <code>]e</code>, select: <code>]e</code></td></tr>
<tr><td><code>goto_prev_entry</code></td><td>Goto previous pairing</td><td>normal: <code>[e</code>, select: <code>[e</code></td></tr>
<tr><td><code>goto_next_paragraph</code></td><td>Goto next paragraph</td><td>normal: <code>]p</code>, select: <code>]p</code></td></tr>
@ -1703,7 +1708,7 @@ Languages</a> guide for more language configuration information.</p>
<tr><td>hocon</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hoon</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hosts</td><td></td><td></td><td></td><td></td></tr>
<tr><td>html</td><td></td><td></td><td></td><td><code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>html</td><td></td><td></td><td></td><td><code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>htmldjango</td><td></td><td></td><td></td><td><code>djlsp</code>, <code>vscode-html-language-server</code>, <code>superhtml</code></td></tr>
<tr><td>hurl</td><td></td><td></td><td></td><td></td></tr>
<tr><td>hyprlang</td><td></td><td></td><td></td><td><code>hyprls</code></td></tr>
@ -1873,7 +1878,7 @@ Languages</a> guide for more language configuration information.</p>
<tr><td>wit</td><td></td><td></td><td></td><td></td></tr>
<tr><td>wren</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xit</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xml</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xml</td><td></td><td></td><td></td><td></td></tr>
<tr><td>xtc</td><td></td><td></td><td></td><td></td></tr>
<tr><td>yaml</td><td></td><td></td><td></td><td><code>yaml-language-server</code>, <code>ansible-language-server</code></td></tr>
<tr><td>yara</td><td></td><td></td><td></td><td><code>yls</code></td></tr>
@ -3139,6 +3144,8 @@ for example).</p>
<tr><td><code>comment.around</code></td></tr>
<tr><td><code>entry.inside</code></td></tr>
<tr><td><code>entry.around</code></td></tr>
<tr><td><code>xml-element.inside</code></td></tr>
<tr><td><code>xml-element.around</code></td></tr>
</tbody></table>
</div>
<p><a href="https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+path%3A%2A%2A/textobjects.scm&amp;type=Code&amp;ref=advsearch&amp;l=&amp;l=">Example query files</a> can be found in the helix GitHub repository.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -183,6 +183,7 @@ function or block of code.</p>
<tr><td><code>c</code></td><td>Comment</td></tr>
<tr><td><code>T</code></td><td>Test</td></tr>
<tr><td><code>g</code></td><td>Change</td></tr>
<tr><td><code>x</code></td><td>(X)HTML element</td></tr>
</tbody></table>
</div>
<blockquote>