gitsigns.nvim icon indicating copy to clipboard operation
gitsigns.nvim copied to clipboard

Allow navigating all hunks in `blame_line()`

Open lewis6991 opened this issue 3 years ago • 3 comments

lewis6991 avatar Sep 14 '21 16:09 lewis6991

Does it mean that I would be able to go to the previous/next commit on a specific line I have blame_line{full=true} opened? I am very missing this feature (was using it in git-messenger).

ecosse3 avatar Dec 03 '21 23:12 ecosse3

Nope. It just means you can view all hunks of the blame commit. See #198 for cycling blame history.

lewis6991 avatar Dec 04 '21 18:12 lewis6991

It will be helpful for me. It would also be nice to enter a pop-up window created by the command.

Mephistophiles avatar Jan 25 '22 13:01 Mephistophiles