pull/11885/head
archseer 3 years ago
parent 1ab681ae06
commit cf7847f50e

@ -169,7 +169,7 @@ config directory (for example <code>~/.config/helix/runtime</code> on Linux/macO
via the <code>HELIX_RUNTIME</code> environment variable.</p> via the <code>HELIX_RUNTIME</code> environment variable.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="usage"><a class="header" href="#usage">Usage</a></h1> <div style="break-before: page; page-break-before: always;"></div><h1 id="usage"><a class="header" href="#usage">Usage</a></h1>
<p>(Currently not fully documented, see the <a href="./keymap.html">keymappings</a> list for more.)</p> <p>(Currently not fully documented, see the <a href="./keymap.html">keymappings</a> list for more.)</p>
<p>See <a href="https://github.com/helix-editor/helix/blob/master/runtime/tutor.txt">tutor.txt</a> for a vimtutor-like introduction.</p> <p>See <a href="https://github.com/helix-editor/helix/blob/master/runtime/tutor.txt">tutor.txt</a> (accessible via <code>hx --tutor</code> or <code>:tutor</code>) for a vimtutor-like introduction.</p>
<h2 id="registers"><a class="header" href="#registers">Registers</a></h2> <h2 id="registers"><a class="header" href="#registers">Registers</a></h2>
<p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>&quot;</code> being used to select a register:</p> <p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>&quot;</code> being used to select a register:</p>
<ul> <ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -139,7 +139,7 @@
<main> <main>
<h1 id="usage"><a class="header" href="#usage">Usage</a></h1> <h1 id="usage"><a class="header" href="#usage">Usage</a></h1>
<p>(Currently not fully documented, see the <a href="./keymap.html">keymappings</a> list for more.)</p> <p>(Currently not fully documented, see the <a href="./keymap.html">keymappings</a> list for more.)</p>
<p>See <a href="https://github.com/helix-editor/helix/blob/master/runtime/tutor.txt">tutor.txt</a> for a vimtutor-like introduction.</p> <p>See <a href="https://github.com/helix-editor/helix/blob/master/runtime/tutor.txt">tutor.txt</a> (accessible via <code>hx --tutor</code> or <code>:tutor</code>) for a vimtutor-like introduction.</p>
<h2 id="registers"><a class="header" href="#registers">Registers</a></h2> <h2 id="registers"><a class="header" href="#registers">Registers</a></h2>
<p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>&quot;</code> being used to select a register:</p> <p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>&quot;</code> being used to select a register:</p>
<ul> <ul>

Loading…
Cancel
Save