Lazygit still prompts to press Enter after commit despite disabling prompt #4251
-
(I searched but couldn't find a related question or answer) I'm using Lazygit on GNU/Linux (NixOS) and have set up my configuration file ( git:
promptToReturnFromSubprocess: false Despite this, Lazygit still asks me to press Enter to return to the main screen after committing a change. Is this behavior a bug, or am I misconfiguring something? Any insights would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Feb 11, 2025
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cig0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
promptToReturnFromSubprocess
option is not a child ofgit
; it's a top-level option.