diff --git a/docs/2023-05-03-neovim.html b/docs/2023-05-03-neovim.html
index b7cfa34..6308aea 100644
--- a/docs/2023-05-03-neovim.html
+++ b/docs/2023-05-03-neovim.html
@@ -269,17 +269,6 @@
U
: toggle hidden
-
-
- With
- lewis6991/gitsigns.nvim:
-
-
- ]c
, [c
: next/previous git change
-
-
With
@@ -299,6 +288,11 @@
>
+ - With mini-git
+ -
+
]C
, [C
, ]c
, [c
:
+ next/previous git change
+
-
With mini-surround
diff --git a/posts/2023-05-03-neovim.md b/posts/2023-05-03-neovim.md
index c206b84..b767578 100644
--- a/posts/2023-05-03-neovim.md
+++ b/posts/2023-05-03-neovim.md
@@ -133,11 +133,11 @@ Ground rules:
- `c`: copy
- `p`: paste
- `U`: toggle hidden
-- With [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim):
- - `]c`, `[c`: next/previous git change
- 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-git
+ - `]C`, `[C`, `]c`, `[c`: next/previous git change
- With mini-surround
- `sa`: add surround
- `sd`: delete surround