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
When I run a custom git command through lazygit floating window like :git commit --amend and return from the command, I return to a dead/hanging lazygit floating term.
To Reproduce
Open lazygit.nvim as floating term
Run :git commit --amend or some custom git command
Hit 'Enter' after command completes to return to LazyGit.nvim
Expected behavior
The floating term/process should not be unresponsive.
Screenshots
N/A
Desktop (please complete the following information):
nvim --version: v0.10.1
The text was updated successfully, but these errors were encountered:
Lazygit Floating Term becomes unresponsive
When I run a custom git command through lazygit floating window like
:git commit --amend
and return from the command, I return to a dead/hanging lazygit floating term.To Reproduce
:git commit --amend
or some custom git commandExpected behavior
The floating term/process should not be unresponsive.
Screenshots
N/A
Desktop (please complete the following information):
v0.10.1
The text was updated successfully, but these errors were encountered: