mirror of https://github.com/helix-editor/helix
deploy: f48a60b8e2
parent
4ef0fcb633
commit
5685b7c91f
11
keymap.html
11
keymap.html
|
@ -245,6 +245,17 @@ in reverse, or searching via smartcase.</p>
|
||||||
<tr><td>N</td><td>Add next search match to selection</td></tr>
|
<tr><td>N</td><td>Add next search match to selection</td></tr>
|
||||||
<tr><td>*</td><td>Use current selection as the search pattern</td></tr>
|
<tr><td>*</td><td>Use current selection as the search pattern</td></tr>
|
||||||
</tbody></table>
|
</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>
|
||||||
|
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||||
|
<tr><td>[d</td><td>Go to previous diagnostic</td></tr>
|
||||||
|
<tr><td>]d</td><td>Go to next diagnostic</td></tr>
|
||||||
|
<tr><td>[D</td><td>Go to first diagnostic in document</td></tr>
|
||||||
|
<tr><td>]D</td><td>Go to last diagnostic in document</td></tr>
|
||||||
|
</tbody></table>
|
||||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||||
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
||||||
commands to extend the existing selection instead of replacing it.</p>
|
commands to extend the existing selection instead of replacing it.</p>
|
||||||
|
|
11
print.html
11
print.html
|
@ -346,6 +346,17 @@ in reverse, or searching via smartcase.</p>
|
||||||
<tr><td>N</td><td>Add next search match to selection</td></tr>
|
<tr><td>N</td><td>Add next search match to selection</td></tr>
|
||||||
<tr><td>*</td><td>Use current selection as the search pattern</td></tr>
|
<tr><td>*</td><td>Use current selection as the search pattern</td></tr>
|
||||||
</tbody></table>
|
</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>
|
||||||
|
<table><thead><tr><th>Key</th><th>Description</th></tr></thead><tbody>
|
||||||
|
<tr><td>[d</td><td>Go to previous diagnostic</td></tr>
|
||||||
|
<tr><td>]d</td><td>Go to next diagnostic</td></tr>
|
||||||
|
<tr><td>[D</td><td>Go to first diagnostic in document</td></tr>
|
||||||
|
<tr><td>]D</td><td>Go to last diagnostic in document</td></tr>
|
||||||
|
</tbody></table>
|
||||||
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
<h2 id="select--extend-mode"><a class="header" href="#select--extend-mode">Select / extend mode</a></h2>
|
||||||
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
<p>I'm still pondering whether to keep this mode or not. It changes movement
|
||||||
commands to extend the existing selection instead of replacing it.</p>
|
commands to extend the existing selection instead of replacing it.</p>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue