parent
8ea381e858
commit
8e3a99a399
|
@ -287,10 +287,8 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
||||||
<li>
|
<li>
|
||||||
With mini-comment
|
With mini-comment
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><code>gcc</code>: comment/uncomment current line</li>
|
||||||
<code><D-/></code>: comment/uncomment everything (Match
|
<li><code>gc</code>: comment/uncomment selected lines</li>
|
||||||
VSCode, ...)
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -135,7 +135,8 @@ Ground rules:
|
||||||
- Support more languages with
|
- Support more languages with
|
||||||
[nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
[nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||||
- With mini-comment
|
- With mini-comment
|
||||||
- `<D-/>`: comment/uncomment everything (Match VSCode, ...)
|
- `gcc`: comment/uncomment current line
|
||||||
|
- `gc`: comment/uncomment selected lines
|
||||||
- With mini-completion
|
- With mini-completion
|
||||||
- `<C-Space>`: trigger completion
|
- `<C-Space>`: trigger completion
|
||||||
- With mini-surround
|
- With mini-surround
|
||||||
|
|
Loading…
Reference in New Issue