feat: update neovim keybindings

main
sudo pacman -Syu 2024-02-10 08:50:26 +07:00
parent 8656e95c35
commit b437a172aa
2 changed files with 5 additions and 4 deletions

View File

@ -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>&lt;D-/&gt;</code>: comment/uncomment everything (Match
VSCode, ...)
</li>
</ul>
</li>
<li>

View File

@ -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