pull/11885/head
archseer 2021-10-19 09:37:56 +00:00
parent 81a4843d60
commit b704032615
4 changed files with 6 additions and 6 deletions

View File

@ -346,8 +346,8 @@ implemented for all movement commands yet.</p>
<h1 id="picker"><a class="header" href="#picker">Picker</a></h1> <h1 id="picker"><a class="header" href="#picker">Picker</a></h1>
<p>Keys to use within picker. Remapping currently not supported.</p> <p>Keys to use within picker. Remapping currently not supported.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody> <table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td><code>Up</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr> <tr><td><code>Up</code>, <code>Ctrl-k</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr>
<tr><td><code>Down</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr> <tr><td><code>Down</code>, <code>Ctrl-j</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr>
<tr><td><code>Ctrl-space</code></td><td>Filter options</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>Enter</code></td><td>Open selected</td></tr>
<tr><td><code>Ctrl-h</code></td><td>Open horizontally</td></tr> <tr><td><code>Ctrl-h</code></td><td>Open horizontally</td></tr>

View File

@ -669,8 +669,8 @@ implemented for all movement commands yet.</p>
<h1 id="picker"><a class="header" href="#picker">Picker</a></h1> <h1 id="picker"><a class="header" href="#picker">Picker</a></h1>
<p>Keys to use within picker. Remapping currently not supported.</p> <p>Keys to use within picker. Remapping currently not supported.</p>
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody> <table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
<tr><td><code>Up</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr> <tr><td><code>Up</code>, <code>Ctrl-k</code>, <code>Ctrl-p</code></td><td>Previous entry</td></tr>
<tr><td><code>Down</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr> <tr><td><code>Down</code>, <code>Ctrl-j</code>, <code>Ctrl-n</code></td><td>Next entry</td></tr>
<tr><td><code>Ctrl-space</code></td><td>Filter options</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>Enter</code></td><td>Open selected</td></tr>
<tr><td><code>Ctrl-h</code></td><td>Open horizontally</td></tr> <tr><td><code>Ctrl-h</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