feat: add vim-projectionist

main
sudo pacman -Syu 2023-07-08 18:31:12 +07:00
parent 9eee57ddf4
commit 17e048496a
2 changed files with 13 additions and 0 deletions

View File

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

View File

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