This commit is contained in:
archseer 2021-06-12 12:45:37 +00:00
parent 77b1a74866
commit d34fb57cbf
4 changed files with 4 additions and 2 deletions

View File

@ -289,6 +289,7 @@ the selection.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>f</td><td>Open file picker</td></tr>
<tr><td>b</td><td>Open buffer picker</td></tr>
<tr><td>s</td><td>Open symbol picker (current document)</td></tr>
<tr><td>w</td><td>Enter window mode</td></tr>
<tr><td>space</td><td>Keep primary selection TODO: it's here because space mode replaced it</td></tr>
</tbody></table>

View File

@ -389,6 +389,7 @@ the selection.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td>f</td><td>Open file picker</td></tr>
<tr><td>b</td><td>Open buffer picker</td></tr>
<tr><td>s</td><td>Open symbol picker (current document)</td></tr>
<tr><td>w</td><td>Enter window mode</td></tr>
<tr><td>space</td><td>Keep primary selection TODO: it's here because space mode replaced it</td></tr>
</tbody></table>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long