mirror of https://github.com/helix-editor/helix
deploy: 44cc0d8eb0
parent
9dde4e5f1d
commit
77b1a74866
|
@ -272,6 +272,7 @@ the selection.</p>
|
||||||
<tr><td>y</td><td>Go to type definition</td></tr>
|
<tr><td>y</td><td>Go to type definition</td></tr>
|
||||||
<tr><td>r</td><td>Go to references</td></tr>
|
<tr><td>r</td><td>Go to references</td></tr>
|
||||||
<tr><td>i</td><td>Go to implementation</td></tr>
|
<tr><td>i</td><td>Go to implementation</td></tr>
|
||||||
|
<tr><td>a</td><td>Go to the last accessed/alternate file</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
|
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
|
||||||
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
|
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
|
||||||
|
|
|
@ -372,6 +372,7 @@ the selection.</p>
|
||||||
<tr><td>y</td><td>Go to type definition</td></tr>
|
<tr><td>y</td><td>Go to type definition</td></tr>
|
||||||
<tr><td>r</td><td>Go to references</td></tr>
|
<tr><td>r</td><td>Go to references</td></tr>
|
||||||
<tr><td>i</td><td>Go to implementation</td></tr>
|
<tr><td>i</td><td>Go to implementation</td></tr>
|
||||||
|
<tr><td>a</td><td>Go to the last accessed/alternate file</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
|
<h2 id="object-mode"><a class="header" href="#object-mode">Object mode</a></h2>
|
||||||
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
|
<p>TODO: Mappings for selecting syntax nodes (a superset of <code>[</code>).</p>
|
||||||
|
|
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