mirror of https://github.com/helix-editor/helix
deploy: a1f4b8f92b
parent
e66d1057b5
commit
0310540580
|
@ -181,6 +181,8 @@
|
|||
<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>Home</td><td>move to the start of the line</td></tr>
|
||||
<tr><td>End</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>
|
||||
|
|
|
@ -210,6 +210,8 @@ 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>Home</td><td>move to the start of the line</td></tr>
|
||||
<tr><td>End</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>
|
||||
|
|
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