mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 18:36:18 +04:00
deploy: cbe2308210
This commit is contained in:
parent
9f5ba4c7a7
commit
8754609397
@ -187,6 +187,7 @@
|
||||
<p>💡 Mappings marked (<strong>TS</strong>) require a tree-sitter grammar for the file type.</p>
|
||||
</blockquote>
|
||||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
||||
<p>Normal mode is the default mode when you launch helix. Return to it from other modes by typing <code>Escape</code>.</p>
|
||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||
<blockquote>
|
||||
<p>NOTE: Unlike Vim, <code>f</code>, <code>F</code>, <code>t</code> and <code>T</code> are not confined to the current line.</p>
|
||||
@ -469,6 +470,7 @@ useful when you're simply looking over text and not actively editing it.</p>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2 id="insert-mode"><a class="header" href="#insert-mode">Insert mode</a></h2>
|
||||
<p>Accessed by typing <code>i</code> in <a href="#normal-mode">normal mode</a>.</p>
|
||||
<p>Insert mode bindings are minimal by default. Helix is designed to
|
||||
be a modal editor, and this is reflected in the user experience and internal
|
||||
mechanics. Changes to the text are only saved for undos when
|
||||
@ -517,6 +519,7 @@ home = "no_op"
|
||||
end = "no_op"
|
||||
</code></pre>
|
||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||
<p>Accessed by typing <code>v</code> in <a href="#normal-mode">normal mode</a>.</p>
|
||||
<p>Select mode echoes Normal mode, but changes any movements to extend
|
||||
selections rather than replace them. Goto motions are also changed to
|
||||
extend, so that <code>vgl</code>, for example, extends the selection to the end of
|
||||
|
@ -578,6 +578,7 @@ selection to the "func" <code>identifier</code>.</p>
|
||||
<p>💡 Mappings marked (<strong>TS</strong>) require a tree-sitter grammar for the file type.</p>
|
||||
</blockquote>
|
||||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
||||
<p>Normal mode is the default mode when you launch helix. Return to it from other modes by typing <code>Escape</code>.</p>
|
||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||
<blockquote>
|
||||
<p>NOTE: Unlike Vim, <code>f</code>, <code>F</code>, <code>t</code> and <code>T</code> are not confined to the current line.</p>
|
||||
@ -860,6 +861,7 @@ useful when you're simply looking over text and not actively editing it.</p>
|
||||
</tbody></table>
|
||||
</div>
|
||||
<h2 id="insert-mode"><a class="header" href="#insert-mode">Insert mode</a></h2>
|
||||
<p>Accessed by typing <code>i</code> in <a href="keymap.html#normal-mode">normal mode</a>.</p>
|
||||
<p>Insert mode bindings are minimal by default. Helix is designed to
|
||||
be a modal editor, and this is reflected in the user experience and internal
|
||||
mechanics. Changes to the text are only saved for undos when
|
||||
@ -908,6 +910,7 @@ home = "no_op"
|
||||
end = "no_op"
|
||||
</code></pre>
|
||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||
<p>Accessed by typing <code>v</code> in <a href="keymap.html#normal-mode">normal mode</a>.</p>
|
||||
<p>Select mode echoes Normal mode, but changes any movements to extend
|
||||
selections rather than replace them. Goto motions are also changed to
|
||||
extend, so that <code>vgl</code>, for example, extends the selection to the end of
|
||||
|
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
Block a user