Helix hangs on startup with no filename #10418
Replies: 3 comments
-
This is a known issue with the git-for-windows bash:
You'll also find that some other editors such as neovim have the same behavior. You can work around this by launching helix through winpty (i.e. Other than that, if you really need bash you could also use WSL. Edit: weirdly enough, it does work in wezterm. So it does somehow depend on what terminal is being used, too. |
Beta Was this translation helpful? Give feedback.
-
Oh I'm glad this isn't some other phantom issue on my work PC; though unfortunately WSL is out of the picture in my case. |
Beta Was this translation helpful? Give feedback.
-
Just tested, this is a viable workaround for both this issue and #4194 |
Beta Was this translation helpful? Give feedback.
-
Summary
When starting
hx
with no file arguments, (e.g.hx
,hx -vvv
, but nothx path
orhx --tutor
) it hangs indefinitely at startup.I noticed that this seems to only affect
hx
when starting via git bash on ConEmu. Running it through cmd, I had no issue.Also, this is almost certainly irrelevant but the path in the last log entry was a non existent file/folder in the working directory that I invoked hx in
Reproduction Steps
I tried this:
hx
I expected this to happen:
helix opens with a scratch buffer
Instead, this happened:
helix hangs indefinitely
Helix log
tail ~/.cache/helix/helix.log
Platform
Windows
Terminal Emulator
ConEmu 220807 [64] {Alpha}
ConEmu 210912 [64] {Stable}
Helix Version
helix 22.08.1 (66276ce)
Beta Was this translation helpful? Give feedback.
All reactions