Risky enter confirmation
Topic
lazygit can do a many irreversible changes in git repo (local and remote). For those changes we have extra confirmation step with popup widow what is rely good idea. What is not so great and danger, is that confirmation is on <CR>. It would be nice to rebind it to y/n or at least have an option to do so in config.
Your thoughts Lets take example that makes me a bit anxious every time I'm doing it with lazygit.
- Go to Branch window, select branch
-
dto delete - In option window
arrow downon "Delete remote branch" or stay on "Delete local branch" -
enterfollowed by secondenterto delete and confirm
This is common workflow for many actions with confirmation.
There's a similar discussion in this thread.
Also similar discussion here #3300 , though they are are about specific use cases, I'm more about general approach.
https://github.com/jesseduffield/lazygit/issues/2009