diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html
index b0a1e39..ca2d95b 100644
--- a/docs/2023-05-03-neovim.html
+++ b/docs/2023-05-03-neovim.html
@@ -195,6 +195,8 @@
Native neovim:
+ gcc
: comment/uncomment current line
+ gc
: comment/uncomment selected lines
gx
: open file/url under cursor
Q
, @
: execute last macro
]d
, [d
: next/previous diagnostic
@@ -241,7 +243,8 @@
- With ms-jpq/coq_nvim:
+ With
+ hrsh7th/nvim-cmp:
<C-Space>
: trigger completion
@@ -296,13 +299,6 @@
>
- -
- With mini-comment
-
- gcc
: comment/uncomment current line
- gc
: comment/uncomment selected lines
-
-
-
With mini-surround
diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md
index 17a29c5..c206b84 100644
--- a/posts/2023-05-03-neovim.md
+++ b/posts/2023-05-03-neovim.md
@@ -99,6 +99,8 @@ Ground rules:
- `` prefix: prefer lsp keymap, for coding of course :D
- Native neovim:
+ - `gcc`: comment/uncomment current line
+ - `gc`: comment/uncomment selected lines
- `gx`: open file/url under cursor
- `Q`, `@`: execute last macro
- `]d`, `[d`: next/previous diagnostic
@@ -118,7 +120,7 @@ Ground rules:
- `r`, `gr`: list references
- `i`, `gi`: list implementation
- `ca`: list code action
-- With [ms-jpq/coq_nvim](https://github.com/ms-jpq/coq_nvim):
+- With [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp):
- ``: trigger completion
- With [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua),
inside nvim-tree:
@@ -136,9 +138,6 @@ Ground rules:
- With [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist)
- `:A`: open alternate file
- With [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim)
- - With mini-comment
- - `gcc`: comment/uncomment current line
- - `gc`: comment/uncomment selected lines
- With mini-surround
- `sa`: add surround
- `sd`: delete surround