Is there a way to log the KeyEvent's received? #12430
-
I'm trying to use the new Cmd/Super/Meta key binding support that was added, however it seems that helix is not receiving my key binding... [keys.normal]
Cmd-s = ":update" I can see from nushell using
However helix doesn't seem to be acting when hitting Cmd + s Is there a way to log the key events that helix is getting? |
Beta Was this translation helpful? Give feedback.
Answered by
jakeswenson
Jan 6, 2025
Replies: 1 comment
-
NVM, I figured it out. I didn't realize how much I was unconsciously using this from insert mode, I also have this binding for insert mode: Cmd-s = ["normal_mode", ":update"] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jakeswenson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NVM, I figured it out. I didn't realize how much I was unconsciously using this from insert mode, I also have this binding for insert mode: