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>
|
||||
With mini-comment
|
||||
<ul>
|
||||
<li><code>gcc</code>: comment/uncomment current line</li>
|
||||
<li><code>gc</code>: comment/uncomment selected lines</li>
|
||||
<li>
|
||||
<code><D-/></code>: comment/uncomment everything (Match
|
||||
VSCode, ...)
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -135,8 +135,7 @@ Ground rules:
|
|||
- Support more languages with
|
||||
[nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||
- With mini-comment
|
||||
- `gcc`: comment/uncomment current line
|
||||
- `gc`: comment/uncomment selected lines
|
||||
- `<D-/>`: comment/uncomment everything (Match VSCode, ...)
|
||||
- With mini-completion
|
||||
- `<C-Space>`: trigger completion
|
||||
- With mini-surround
|
||||
|
|
Loading…
Reference in New Issue