parent
753e04f1ea
commit
6c2858d8fb
|
@ -98,7 +98,7 @@
|
|||
|
||||
:<span class="pl-c1">v</span><span class="pl-sr">/word/</span><span class="pl-c1">d</span></pre>
|
||||
</div>
|
||||
<p>Play macro (after selecting lines):</p>
|
||||
<p>Play macro <code>a</code> (after selecting lines):</p>
|
||||
<div class="highlight highlight-source-viml">
|
||||
<pre>:norm<span class="pl-k">!</span> <span class="pl-smi">@a</span></pre>
|
||||
</div>
|
||||
|
@ -195,7 +195,10 @@
|
|||
<li>
|
||||
<p>Native neovim:</p>
|
||||
<ul>
|
||||
<li><code>gx</code>: open file/url under cursor</li>
|
||||
<li><code>Q</code>, <code>@</code>: execute last macro</li>
|
||||
<li><code>]d</code>, <code>[d</code>: next/previous diagnostic</li>
|
||||
<li><code>K</code>: hover</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -34,7 +34,7 @@ Delete all lines **not** contain word:
|
|||
:v/word/d
|
||||
```
|
||||
|
||||
Play macro (after selecting lines):
|
||||
Play macro `a` (after selecting lines):
|
||||
|
||||
```vim
|
||||
:norm! @a
|
||||
|
@ -99,7 +99,10 @@ Ground rules:
|
|||
- `<Space>` prefix: prefer lsp keymap, for coding of course :D
|
||||
|
||||
- Native neovim:
|
||||
- `gx`: open file/url under cursor
|
||||
- `Q`, `@`: execute last macro
|
||||
- `]d`, `[d`: next/previous diagnostic
|
||||
- `K`: hover
|
||||
- Black hole register:
|
||||
- `<Leader>d`: `d` without yank
|
||||
- `<Leader>c`: `c` without yank
|
||||
|
|
Loading…
Reference in New Issue