Latest update flips ctrl and alt key detection #3020
Unanswered
octoshrimpy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you are on a Mac then that's working as documented. I'm unable to reproduce the issue on Linux. There's a note about alt behaving weirdly on MacOS in the keybindings docs (along with instructions on how to fix) |
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
-
Found this inside tmux, but it also happens outside of it. alacritty, konsole, xterm.
in my config I have:
however ctrlLeft moves to line start and ctrlRight moves to line end. AltLeft moves wordLeft and altRight moves wordRight.
My config doesn't have altRight binding, but it is one of the micro defaults:
https://github.com/zyedidia/micro/blob/master/runtime/help/defaultkeys.md#navigation
Beta Was this translation helpful? Give feedback.
All reactions