coc-git icon indicating copy to clipboard operation
coc-git copied to clipboard

How to make git.showCommit jump to the current code

Open pacmanzou opened this issue 2 years ago • 1 comments

It can only show commit of current chunk and navigate to the first row now. How to jump to the current code inside commit?

pacmanzou avatar Oct 19 '21 10:10 pacmanzou

You can use vim-fugitive's G blame command and jump to the commit, don't know how to make it work yet.

chemzqm avatar Dec 22 '21 13:12 chemzqm