lazygit
lazygit copied to clipboard
possibility to paste a string previously copied with <c-o>
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.
Have you tried using ctrl+v to paste? Works as one would expect.