To suspend helix while in the git commit
editor, you have to press ^Z
twice
#3522
Labels
git commit
editor, you have to press ^Z
twice
#3522
Summary
When suspending
hx
with Ctrlz after runninggit commit
, helix goes away, but the terminal is still unusable. Pressing Ctrlz again leads to the expected result of regaining control of the shell.Reproduction Steps
I tried this:
cd $(mktemp -d)
git init
git commit --allow-empty
I expected this to happen:
Regain control of the shell immediately.
Instead, this happened:
I had to Ctrlz again to regain control of the shell.
Helix log
N/A.
Platform
Linux
Terminal Emulator
foot version: 1.13.0 +pgo +ime +graphemes -assertions
Helix Version
helix 22.05 (18909aa)
The text was updated successfully, but these errors were encountered: