You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could run lazygit log which would get you half-way there. It looks like the config option gui.windowSize is ignored when launching lazygit with an argument, it's set to full automatically. That sounds like an issue, but not necessarily.
$> lazygit --help
lazygit
Usage:
lazygit [git-arg]
Positional Variables:
git-arg Panel to focus upon opening lazygit. Accepted values (based on git terminology): status, branch, log, stash. Ignored if --filter arg is passed.
Topic
How to set the default focused panel?
Your thoughts
Set the default focused panel to commit graph and
windowSize: half
is usefult for the most sceneThe text was updated successfully, but these errors were encountered: