mirror of https://github.com/helix-editor/helix
deploy: 7c55190806
parent
519ee45eaa
commit
1dcca8a868
|
@ -219,7 +219,7 @@
|
||||||
<p>💡 Mappings marked (<strong>TS</strong>) require a tree-sitter grammar for the file type.</p>
|
<p>💡 Mappings marked (<strong>TS</strong>) require a tree-sitter grammar for the file type.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
<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>
|
<p>Normal mode is the default mode when you launch helix. You can return to it from other modes by pressing the <code>Escape</code> key.</p>
|
||||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||||
<blockquote>
|
<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>
|
<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>
|
||||||
|
|
|
@ -649,7 +649,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>
|
<p>💡 Mappings marked (<strong>TS</strong>) require a tree-sitter grammar for the file type.</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
<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>
|
<p>Normal mode is the default mode when you launch helix. You can return to it from other modes by pressing the <code>Escape</code> key.</p>
|
||||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||||
<blockquote>
|
<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>
|
<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>
|
||||||
|
|
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