Replies: 1 comment 5 replies
-
I'm also in this situation sometimes, but I think just moving the panel to a different position wouldn't solve it. You'd also want to select different files, or at least scroll the diff view, none of which is possible while the popup is showing. We'd need a non-modal UI for committing, maybe like in git gui. But I also have to say that I find closing the popup and then reopening it to be an acceptable workaround. It remembers the commit message, so you don't lose what you typed already. And when pressing tab from the subject it puts the cursor at the end of the body, so you can simply continue typing there. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I'm typing a commit message and I forget the changes I made and I want to look at the staged changes pane, I have to cose the commit summary popup, look at the changes, and bring it back up to keep typing my message.
Is there a way to configure the position of the popup so that it shows at the bottom?
I searched but couldn't find how to do it
Here's my config
https://github.com/linkarzu/dotfiles-latest/blob/main/lazygit/config.yml
Beta Was this translation helpful? Give feedback.
All reactions