mirror of https://github.com/helix-editor/helix
deploy: e2ed691537
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>
|
||||
<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>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>
|
||||
<p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>"</code> being used to select a register:</p>
|
||||
<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>
|
||||
<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>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>
|
||||
<p>Vim-like registers can be used to yank and store text to be pasted later. Usage is similar, with <code>"</code> being used to select a register:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue