feat: update neovim keybindings
parent
8656e95c35
commit
b437a172aa
|
@ -287,8 +287,10 @@ 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><code>gcc</code>: comment/uncomment current line</li>
|
<li>
|
||||||
<li><code>gc</code>: comment/uncomment selected lines</li>
|
<code><D-/></code>: comment/uncomment everything (Match
|
||||||
|
VSCode, ...)
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -135,8 +135,7 @@ 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
|
||||||
- `gcc`: comment/uncomment current line
|
- `<D-/>`: comment/uncomment everything (Match VSCode, ...)
|
||||||
- `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