SuperBo / fugit2.nvim

Neovim git GUI powered by libgit2
MIT License
352 stars 7 forks source link

feature: Copy highlighted SHA from Graph view #32

Closed AquilesGomez closed 4 months ago

AquilesGomez commented 4 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I like the graph view, but I'm a bit frustrated that I can't directly copy the selected commit from there.

Describe the solution you'd like

A shortcut to copy the currently selected commit SHA would be immensely helpful

Describe alternatives you've considered

The easiest alternative is to use git rev-parse HEAD~n.

Additional context

No response

SuperBo commented 4 months ago

Hi @AquilesGomez, here you are https://github.com/SuperBo/fugit2.nvim/pull/33

AquilesGomez commented 4 months ago

Amazing thank you!