Enter key maps to j #8982
Unanswered
migsar
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
I can't reproduce this, I also use alacritty and never had any similar issues on a wide variety of distros and helic versions. Perhaphs something is wrong with your setup or alacritty installation. Nothing we can do on our end if it's not reproducible |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I tried my best to figure out this on my own, maybe it is mentioned somewhere but I didn't think of the right keywords.
When I enter the editor, in Normal mode,
enter
key maps toj
, in Insert mode it works fine. I have to useshift+enter
to execute any command.I discovered it may be related to Alacritty, since in Tilix it works fine. Nothing is logged, so I am not sure if it is a Helix thing or an Alacritty thing.
Reproduction Steps
I tried this:
hx
:q
to quit the editor.enter
,:qj
appears in the command bar, I have to pressshift+enter
to execute the command.I expected this to happen:
Close the application.
Instead, this happened:
A
j
character appears after the command I'm typing as part of the command.Helix log
No problem being logged.
Platform
Linux Ubuntu 22.04.3 LTS
Terminal Emulator
alacritty 0.10.1 ()
Installation Method
apt package manager
Helix Version
helix 23.10 (f6021dd)
Beta Was this translation helpful? Give feedback.
All reactions