pull/11885/head
archseer 3 years ago
parent 05febfdfdc
commit 8a9be1994f

@ -186,9 +186,11 @@ via the <code>HELIX_RUNTIME</code> environment variable.</p>
<tr><td><code>/</code></td><td>Last search</td></tr>
<tr><td><code>:</code></td><td>Last executed command</td></tr>
<tr><td><code>&quot;</code></td><td>Last yanked text</td></tr>
<tr><td><code>_</code></td><td>Black hole</td></tr>
</tbody></table>
<blockquote>
<p>There is no special register for copying to system clipboard, instead special commands and keybindings are provided. See the <a href="keymap.html#space-mode">keymap</a> for the specifics.</p>
<p>There is no special register for copying to system clipboard, instead special commands and keybindings are provided. See the <a href="keymap.html#space-mode">keymap</a> for the specifics.
The black hole register works as a no-op register, meaning no data will be written to / read from it.</p>
</blockquote>
<h2 id="surround"><a class="header" href="#surround">Surround</a></h2>
<p>Functionality similar to <a href="https://github.com/tpope/vim-surround">vim-surround</a> is built into

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -156,9 +156,11 @@
<tr><td><code>/</code></td><td>Last search</td></tr>
<tr><td><code>:</code></td><td>Last executed command</td></tr>
<tr><td><code>&quot;</code></td><td>Last yanked text</td></tr>
<tr><td><code>_</code></td><td>Black hole</td></tr>
</tbody></table>
<blockquote>
<p>There is no special register for copying to system clipboard, instead special commands and keybindings are provided. See the <a href="keymap.html#space-mode">keymap</a> for the specifics.</p>
<p>There is no special register for copying to system clipboard, instead special commands and keybindings are provided. See the <a href="keymap.html#space-mode">keymap</a> for the specifics.
The black hole register works as a no-op register, meaning no data will be written to / read from it.</p>
</blockquote>
<h2 id="surround"><a class="header" href="#surround">Surround</a></h2>
<p>Functionality similar to <a href="https://github.com/tpope/vim-surround">vim-surround</a> is built into

Loading…
Cancel
Save