Fork me on GitHub
#vim
<
2019-11-08
>
Stefan08:11:31

vim-signature seems nice, installed it. So newbie-question: when I bring up the list of markers (which is a bit hard because m? is apparently mapped to :Dispatch make), how do I use that list? I’m assuming I can highlight one of the lines and quickly move the cursor there, but how does that work?

4
Olical10:11:00

Ohh, :normal over a range is a neat trick, I'll have to remember that one.

walterl18:11:15

Anyone know how to get a vimdiff view (vert split) of some arbitrary git diff ...?

walterl18:11:19

:Gdiffsplit some-branch works, but only shows the diff for the current file. I guess it's unrealistic to bend vim towards showing all changed files in a single buffer :derp:

dave18:11:28

does :Gdiff respect your git config? if so, you could configure git to use vimdiff as its diff tool

walterl18:11:24

Hmmm... it should, based on :Gcommit that respects the commit.verbose git config setting