mirror of https://github.com/helix-editor/helix
deploy: 3071339cbc
parent
bc799aa3e6
commit
ff7bf5ff48
|
@ -170,10 +170,10 @@
|
|||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||
<tr><td>h</td><td>move left</td></tr>
|
||||
<tr><td>j</td><td>move down</td></tr>
|
||||
<tr><td>k</td><td>move up</td></tr>
|
||||
<tr><td>l</td><td>move right</td></tr>
|
||||
<tr><td>h, Left</td><td>move left</td></tr>
|
||||
<tr><td>j, Down</td><td>move down</td></tr>
|
||||
<tr><td>k, Up</td><td>move up</td></tr>
|
||||
<tr><td>l, Right</td><td>move right</td></tr>
|
||||
<tr><td>w</td><td>move next word start</td></tr>
|
||||
<tr><td>b</td><td>move previous word start</td></tr>
|
||||
<tr><td>e</td><td>move next word end</td></tr>
|
||||
|
|
|
@ -199,10 +199,10 @@ the <code>HELIX_RUNTIME</code> environment variable.</p>
|
|||
<h2 id="normal-mode"><a class="header" href="#normal-mode">Normal mode</a></h2>
|
||||
<h3 id="movement"><a class="header" href="#movement">Movement</a></h3>
|
||||
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||
<tr><td>h</td><td>move left</td></tr>
|
||||
<tr><td>j</td><td>move down</td></tr>
|
||||
<tr><td>k</td><td>move up</td></tr>
|
||||
<tr><td>l</td><td>move right</td></tr>
|
||||
<tr><td>h, Left</td><td>move left</td></tr>
|
||||
<tr><td>j, Down</td><td>move down</td></tr>
|
||||
<tr><td>k, Up</td><td>move up</td></tr>
|
||||
<tr><td>l, Right</td><td>move right</td></tr>
|
||||
<tr><td>w</td><td>move next word start</td></tr>
|
||||
<tr><td>b</td><td>move previous word start</td></tr>
|
||||
<tr><td>e</td><td>move next word end</td></tr>
|
||||
|
|
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