mirror of https://github.com/helix-editor/helix
deploy: 01bf363446
parent
45ba3da6b8
commit
b037977958
|
@ -271,7 +271,7 @@ 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>e</td><td>Go to definition</td></tr>
|
||||
<tr><td>d</td><td>Go to definition</td></tr>
|
||||
<tr><td>t</td><td>Go to type definition</td></tr>
|
||||
<tr><td>r</td><td>Go to references</td></tr>
|
||||
<tr><td>i</td><td>Go to implementation</td></tr>
|
||||
|
|
|
@ -298,7 +298,7 @@ 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>e</td><td>Go to definition</td></tr>
|
||||
<tr><td>d</td><td>Go to definition</td></tr>
|
||||
<tr><td>t</td><td>Go to type definition</td></tr>
|
||||
<tr><td>r</td><td>Go to references</td></tr>
|
||||
<tr><td>i</td><td>Go to implementation</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