nvim: use mini-git
parent
ee7b50ab8b
commit
2094bfbff0
|
@ -269,17 +269,6 @@
|
||||||
<li><code>U</code>: toggle hidden</li>
|
<li><code>U</code>: toggle hidden</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
With
|
With
|
||||||
|
@ -299,6 +288,11 @@
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<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>
|
<li>
|
||||||
With mini-surround
|
With mini-surround
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -133,11 +133,11 @@ Ground rules:
|
||||||
- `c`: copy
|
- `c`: copy
|
||||||
- `p`: paste
|
- `p`: paste
|
||||||
- `U`: toggle hidden
|
- `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)
|
- With [tpope/vim-projectionist](https://github.com/tpope/vim-projectionist)
|
||||||
- `:A`: open alternate file
|
- `:A`: open alternate file
|
||||||
- With [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim)
|
- With [echasnovski/mini.nvim](https://github.com/echasnovski/mini.nvim)
|
||||||
|
- With mini-git
|
||||||
|
- `]C`, `[C`, `]c`, `[c`: next/previous git change
|
||||||
- With mini-surround
|
- With mini-surround
|
||||||
- `sa`: add surround
|
- `sa`: add surround
|
||||||
- `sd`: delete surround
|
- `sd`: delete surround
|
||||||
|
|
Loading…
Reference in New Issue