gh-pages
archseer 3 years ago
parent 658c561054
commit e66d1057b5

@ -181,8 +181,6 @@
<tr><td>f</td><td>find next char</td></tr>
<tr><td>T</td><td>find 'till previous char</td></tr>
<tr><td>F</td><td>find previous char</td></tr>
<tr><td>^</td><td>move to the start of the line</td></tr>
<tr><td>$</td><td>move to the end of the line</td></tr>
<tr><td>m</td><td>Jump to matching bracket</td></tr>
<tr><td>PageUp</td><td>Move page up</td></tr>
<tr><td>PageDown</td><td>Move page down</td></tr>
@ -271,6 +269,8 @@ the selection.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>g</td><td>Go to the start of the file</td></tr>
<tr><td>e</td><td>Go to the end of the file</td></tr>
<tr><td>h</td><td>Go to the start of the line</td></tr>
<tr><td>l</td><td>Go to the end of the line</td></tr>
<tr><td>t</td><td>Go to the top of the screen</td></tr>
<tr><td>m</td><td>Go to the middle of the screen</td></tr>
<tr><td>b</td><td>Go to the bottom of the screen</td></tr>

@ -210,8 +210,6 @@ the <code>HELIX_RUNTIME</code> environment variable.</p>
<tr><td>f</td><td>find next char</td></tr>
<tr><td>T</td><td>find 'till previous char</td></tr>
<tr><td>F</td><td>find previous char</td></tr>
<tr><td>^</td><td>move to the start of the line</td></tr>
<tr><td>$</td><td>move to the end of the line</td></tr>
<tr><td>m</td><td>Jump to matching bracket</td></tr>
<tr><td>PageUp</td><td>Move page up</td></tr>
<tr><td>PageDown</td><td>Move page down</td></tr>
@ -300,6 +298,8 @@ the selection.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>g</td><td>Go to the start of the file</td></tr>
<tr><td>e</td><td>Go to the end of the file</td></tr>
<tr><td>h</td><td>Go to the start of the line</td></tr>
<tr><td>l</td><td>Go to the end of the line</td></tr>
<tr><td>t</td><td>Go to the top of the screen</td></tr>
<tr><td>m</td><td>Go to the middle of the screen</td></tr>
<tr><td>b</td><td>Go to the bottom of the screen</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…
Cancel
Save