deploy: 442999384256f89eddfa6625a0ffb0257df65ef7

This commit is contained in:
archseer 2022-02-15 01:24:17 +00:00
parent 2e46cb6216
commit 17c6cc46d7
4 changed files with 10 additions and 2 deletions

View File

@ -400,7 +400,11 @@ implemented for all movement commands yet.</p>
<p>Keys to use within picker. Remapping currently not supported.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td><code>Up</code>, <code>Ctrl-k</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr>
<tr><td><code>PageUp</code>, <code>Ctrl-b</code></td><td>Page up</td></tr>
<tr><td><code>Down</code>, <code>Ctrl-j</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr>
<tr><td><code>PageDown</code>, <code>Ctrl-f</code></td><td>Page down</td></tr>
<tr><td><code>Home</code></td><td>Go to first entry</td></tr>
<tr><td><code>End</code></td><td>Go to last entry</td></tr>
<tr><td><code>Ctrl-space</code></td><td>Filter options</td></tr>
<tr><td><code>Enter</code></td><td>Open selected</td></tr>
<tr><td><code>Ctrl-s</code></td><td>Open horizontally</td></tr>

View File

@ -495,7 +495,11 @@ implemented for all movement commands yet.</p>
<p>Keys to use within picker. Remapping currently not supported.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td><code>Up</code>, <code>Ctrl-k</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr>
<tr><td><code>PageUp</code>, <code>Ctrl-b</code></td><td>Page up</td></tr>
<tr><td><code>Down</code>, <code>Ctrl-j</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr>
<tr><td><code>PageDown</code>, <code>Ctrl-f</code></td><td>Page down</td></tr>
<tr><td><code>Home</code></td><td>Go to first entry</td></tr>
<tr><td><code>End</code></td><td>Go to last entry</td></tr>
<tr><td><code>Ctrl-space</code></td><td>Filter options</td></tr>
<tr><td><code>Enter</code></td><td>Open selected</td></tr>
<tr><td><code>Ctrl-s</code></td><td>Open horizontally</td></tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long