We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the file picker tries to preview a named pipe then helix will freeze until you write data to the pipe (most of the time 2 writes are needed).
I tried this:
mkfifo mypipe
hx
<space>fmypipe
I expected this to happen:
Helix detects that the file is a named pipe and doesn't attempt to show a preview (at least not in a blocking way).
Instead, this happened:
Once the fuzzy search lands on the pipe, helix will freeze waiting for data to exist in the pipe.
The log was blank.
Linux
foot
helix 22.12
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
If the file picker tries to preview a named pipe then helix will freeze until you write data to the pipe (most of the time 2 writes are needed).
Reproduction Steps
I tried this:
mkfifo mypipe
hx
<space>fmypipe
I expected this to happen:
Helix detects that the file is a named pipe and doesn't attempt to show a preview (at least not in a blocking way).
Instead, this happened:
Once the fuzzy search lands on the pipe, helix will freeze waiting for data to exist in the pipe.
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
foot
Helix Version
helix 22.12
The text was updated successfully, but these errors were encountered: