Odd behavior of write_screen_file:open
when opening Zig output
#4780
Unanswered
0x4a61636f62
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
I have set Neovim as my default application for opening text files. Regardless of the output, my keyboard shortcut (
keybind = ctrl+shift+h=write_screen_file:open
) opens the file in Neovim, as expected.Except when the output is from a Zig command, such as
zig build test,
the file opens in my Brave browser instead. This behavior is unexpected and incorrect (Brave is not even my default browser by the way).Examples
Expected Behavior:
The following works correctly and opens in Neovim:
Unexpected Behavior:
The following opens in Brave browser instead of Neovim:
Can someone explain why this behavior might be occurring? Is this more likely a bug in Ghostty or a misconfiguration on my system?
Beta Was this translation helpful? Give feedback.
All reactions