nvim: use mini-git

main
sudo pacman -Syu 2024-06-23 17:20:37 +07:00
parent ee7b50ab8b
commit 2094bfbff0
2 changed files with 7 additions and 13 deletions

View File

@ -269,17 +269,6 @@
<li><code>U</code>: toggle hidden</li>
</ul>
</li>
<li>
<p>
With
<a href="https://github.com/lewis6991/gitsigns.nvim"
>lewis6991/gitsigns.nvim</a
>:
</p>
<ul>
<li><code>]c</code>, <code>[c</code>: next/previous git change</li>
</ul>
</li>
<li>
<p>
With
@ -299,6 +288,11 @@
>
</p>
<ul>
<li>With mini-git</li>
<li>
<code>]C</code>, <code>[C</code>, <code>]c</code>, <code>[c</code>:
next/previous git change
</li>
<li>
With mini-surround
<ul>

View File

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