Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input prompt for git flow release finish #4013

Open
twio142 opened this issue Oct 25, 2024 · 0 comments
Open

Add input prompt for git flow release finish #4013

twio142 opened this issue Oct 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@twio142
Copy link

twio142 commented Oct 25, 2024

Is your feature request related to a problem? Please describe.

When running lazygit in a tmux popup window, any command that spawns a nvim instance doesn't work.

It seems like nvim is running and even accept keys, but the interface won't load properly and only shows a blank window.

Screenshot

The same commands work just fine in a normal tmux pane.

The following commands are causing such behavior:

  • git commit --amend
  • git flow release finish <release-name>
  • ...

Steps to reproduce the behavior:

  1. Launch lazygit in a tmux popup window: tmux popup lazygit.
  2. On a git-flow release branch, opt to finish the release.

Describe the solution you'd like

I understand that tmux popup windows often act unexpectedly and are tricky to deal with. I can surely amend my commit message with the built-in input prompt. So it'd be nice if git flow release finish also invokes an input prompt for the tag message.

Thank you!

@twio142 twio142 added the enhancement New feature or request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant