pull/11885/head
the-mikedavis 7 months ago
parent 1b771cc673
commit a42fea5238

@ -269,6 +269,7 @@
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr> <tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
<tr><td><code>:move</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr> <tr><td><code>:move</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr>
<tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr> <tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr>
<tr><td><code>:read</code>, <code>:r</code></td><td>Load a file into buffer</td></tr>
</tbody></table> </tbody></table>
</div> </div>
</main> </main>

@ -1141,6 +1141,7 @@ you to selectively add search terms to your selections.</p>
<tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr> <tr><td><code>:redraw</code></td><td>Clear and re-render the whole UI</td></tr>
<tr><td><code>:move</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr> <tr><td><code>:move</code></td><td>Move the current buffer and its corresponding file to a different path</td></tr>
<tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr> <tr><td><code>:yank-diagnostic</code></td><td>Yank diagnostic(s) under primary cursor to register, or clipboard by default</td></tr>
<tr><td><code>:read</code>, <code>:r</code></td><td>Load a file into buffer</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. To use <p>The following languages and Language Servers are supported. To use

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save