-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Shell commands not running in the foreground #6615
Comments
I have tracked down the issue to pr #6373 @pascalkuthe suggests:
But i think here is a valid use case, do you agree? |
If you are using Kitty, I recommend using LazyGit in another window, here is my solution: https://github.com/David-Else/kitty-terminal-project-launcher |
I don't think that's what You can either do |
Yeah, |
Summary
When running a shell command on 23.03, helix stays in foreground and 'fights' with the command for input priority. 22.11 is fine. It happens in alacritty and kitty. eg.
:sh lazygit
Reproduction Steps
I tried this:
:sh lazygit
I expected this to happen:
To use lazygit, then return to helix after quitting
Instead, this happened:
Helix and lazygit were active simultaneously
Helix log
Nothing of interest here
Platform
Linux
Terminal Emulator
alacritty/kitty
Helix Version
23.03
The text was updated successfully, but these errors were encountered: