Jesse Duffield
Jesse Duffield
Thanks for making this issue @jwhitley . To clarify: the goal here is to reduce lazygit startup time as much as possible by reducing the number of git calls required...
Sounds good
if you go shift+`+` couple times after pressing enter on a file it should go full screen. Does that satisfy your use case?
pressing enter on a file takes you to the diff window. Admittedly there isn't a generic way to focus the main window though
I'm also interested in this
You can fetch branches from the local branches view using 'f': it applies to the individual branch. As for other views, I see your point: arguably fetch is worthy of...
Ah yes. We could just pick some random keybinding, though nothing comes to mind at the moment
Thoughts on using tcell's terminal hyperlinks ability? https://github.com/gdamore/tcell/issues/300
I am not cool with that breaking change for custom commands. I think we should create a wrapper struct which acts as a compatibility layer: only used by custom commands....
Thanks @stefanhaller that's perfect