Helix on ConEmu misinterprets arrow keys, alt keys #7684
Unanswered
Zoybean
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
When using the arrow keys to navigate, or using alt-key inputs, helix and the underlying ConEmu terminal mishandle the inputs, and mess with the display.
I cannot seem to reproduce this on my other PC running the same version of ConEmu, and this does not affect vim or other editors on conemu on the same machine, or helix in the
cmd
terminal, so it appears to be a bug in the interaction between helix and conemu specifically on this machine.Reproduction Steps
I tried this:
hx .
esc
i
I expected this to happen:
The list selection / cursor position changes in response to my input
Instead, this happened:
I enter normal mode (and the file list is closed) as if I had pressed
esc
, and either:[
sub-mode[
or to one ofA
,B
,C
,D
for up, down, right, left respectively.After closing helix, the terminal had the typed input seemingly corresponding to the unexpected characters that displayed while helix was open, e.g.:
BCB[AA[AADCA[AAAA[AABD[ABBB
Helix log
No relevant log entries
Platform
Windows
Terminal Emulator
ConEmu 220807 [64] {Alpha}
Helix Version
helix 22.08.1 (66276ce)
Beta Was this translation helpful? Give feedback.
All reactions