lazygit icon indicating copy to clipboard operation
lazygit copied to clipboard

possibility to paste a string previously copied with <c-o>

Open TheHappyAkita opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. I am working on projects that are highly modularized and each module has its own git entry. Sometimes for fix/feature I need to have the same branch name across such modules and therefore I can copy the branch name, that I created for one module, with <c-o>. It would be nice to be able to paste the copied name for the next module where I create a new branch.

Describe the solution you'd like Maybe <s-o> for pasting the previously copied string

Additional context I am using lazygit almost from inside nvim.

TheHappyAkita avatar Sep 08 '22 09:09 TheHappyAkita

Have you tried using ctrl+v to paste? Works as one would expect.

mark2185 avatar Sep 08 '22 09:09 mark2185