feat: add vim-projectionist
parent
9eee57ddf4
commit
17e048496a
|
@ -172,6 +172,17 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
|||
<li><code>]c</code>, <code>[c</code>: next/previous git change</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
With
|
||||
<a href="https://github.com/tpope/vim-projectionist"
|
||||
>tpope/vim-projectionist</a
|
||||
>
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>:A</code>: open alternate file</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
With
|
||||
|
|
|
@ -81,6 +81,8 @@ vim.keymap.set("n", "q", ":q<CR>")
|
|||
- `<C-Space>`: trigger completion
|
||||
- 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-bracketed
|
||||
- `[B`, `]B`, `[b`, `]b`: buffer backward/forward
|
||||
|
|
Loading…
Reference in New Issue