pull/11885/head
archseer 2022-12-15 13:23:38 +00:00
parent 6f636ec16a
commit 5d6f4f2778
4 changed files with 2 additions and 4 deletions

View File

@ -223,7 +223,6 @@
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr> <tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr>
<tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr> <tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr>
<tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr> <tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr>
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
</tbody></table> </tbody></table>
</div> </div>
</main> </main>

View File

@ -876,7 +876,6 @@ you to selectively add search terms to your selections.</p>
<tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr> <tr><td><code>:pipe</code></td><td>Pipe each selection to the shell command.</td></tr>
<tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr> <tr><td><code>:pipe-to</code></td><td>Pipe each selection to the shell command, ignoring output.</td></tr>
<tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr> <tr><td><code>:run-shell-command</code>, <code>:sh</code></td><td>Run a shell command</td></tr>
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
</tbody></table> </tbody></table>
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="language-support"><a class="header" href="#language-support">Language Support</a></h1> </div><div style="break-before: page; page-break-before: always;"></div><h1 id="language-support"><a class="header" href="#language-support">Language Support</a></h1>
<p>The following languages and Language Servers are supported. In order to use <p>The following languages and Language Servers are supported. In order to use

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long