diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html
index 4c6c094..1838bcf 100644
--- a/docs/2023-05-03-neovim.html
+++ b/docs/2023-05-03-neovim.html
@@ -287,8 +287,10 @@ vim.keymap.set(
With mini-comment
- gcc
: comment/uncomment current line
- gc
: comment/uncomment selected lines
+ -
+
<D-/>
: comment/uncomment everything (Match
+ VSCode, ...)
+
diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md
index 8337112..2086f60 100644
--- a/posts/2023-05-03-neovim.md
+++ b/posts/2023-05-03-neovim.md
@@ -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
+ - ``: comment/uncomment everything (Match VSCode, ...)
- With mini-completion
- ``: trigger completion
- With mini-surround