pull/11885/head
archseer 3 years ago
parent 941c7683d4
commit e4619bba84

@ -247,16 +247,15 @@ in reverse, or searching via smartcase.</p>
<tr><td><code>N</code></td><td>Add next search match to selection</td><td><code>extend_search_next</code></td></tr>
<tr><td><code>*</code></td><td>Use current selection as the search pattern</td><td><code>search_selection</code></td></tr>
</tbody></table>
<h3 id="diagnostics"><a class="header" href="#diagnostics">Diagnostics</a></h3>
<blockquote>
<p>NOTE: <code>[</code> and <code>]</code> will likely contain more pair mappings in the style of
<a href="https://github.com/tpope/vim-unimpaired">vim-unimpaired</a></p>
</blockquote>
<h3 id="unimpaired"><a class="header" href="#unimpaired">Unimpaired</a></h3>
<p>Mappings in the style of <a href="https://github.com/tpope/vim-unimpaired">vim-unimpaired</a></p>
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
<tr><td><code>[d</code></td><td>Go to previous diagnostic</td><td><code>goto_prev_diag</code></td></tr>
<tr><td><code>]d</code></td><td>Go to next diagnostic</td><td><code>goto_next_diag</code></td></tr>
<tr><td><code>[D</code></td><td>Go to first diagnostic in document</td><td><code>goto_first_diag</code></td></tr>
<tr><td><code>]D</code></td><td>Go to last diagnostic in document</td><td><code>goto_last_diag</code></td></tr>
<tr><td><code>[space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
<tr><td><code>]space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
</tbody></table>
<h3 id="shell"><a class="header" href="#shell">Shell</a></h3>
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>

@ -449,16 +449,15 @@ in reverse, or searching via smartcase.</p>
<tr><td><code>N</code></td><td>Add next search match to selection</td><td><code>extend_search_next</code></td></tr>
<tr><td><code>*</code></td><td>Use current selection as the search pattern</td><td><code>search_selection</code></td></tr>
</tbody></table>
<h3 id="diagnostics"><a class="header" href="#diagnostics">Diagnostics</a></h3>
<blockquote>
<p>NOTE: <code>[</code> and <code>]</code> will likely contain more pair mappings in the style of
<a href="https://github.com/tpope/vim-unimpaired">vim-unimpaired</a></p>
</blockquote>
<h3 id="unimpaired"><a class="header" href="#unimpaired">Unimpaired</a></h3>
<p>Mappings in the style of <a href="https://github.com/tpope/vim-unimpaired">vim-unimpaired</a></p>
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>
<tr><td><code>[d</code></td><td>Go to previous diagnostic</td><td><code>goto_prev_diag</code></td></tr>
<tr><td><code>]d</code></td><td>Go to next diagnostic</td><td><code>goto_next_diag</code></td></tr>
<tr><td><code>[D</code></td><td>Go to first diagnostic in document</td><td><code>goto_first_diag</code></td></tr>
<tr><td><code>]D</code></td><td>Go to last diagnostic in document</td><td><code>goto_last_diag</code></td></tr>
<tr><td><code>[space</code></td><td>Add newline above</td><td><code>add_newline_above</code></td></tr>
<tr><td><code>]space</code></td><td>Add newline below</td><td><code>add_newline_below</code></td></tr>
</tbody></table>
<h3 id="shell"><a class="header" href="#shell">Shell</a></h3>
<table><thead><tr><th>Key</th><th>Description</th><th>Command</th></tr></thead><tbody>

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