-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta-modifier issue with Alacritty terminal under macOS #2694
Comments
If you run |
@spamwax This is an Alacritty bug with a long and unfortunately storied history. It was introduced on Mac OS by an attempt to fix a different mapping issue on Mac OS. Nobody seems to want to touch it (and I don't blame them). The issue is that Option-I works as a diacritic code, and Alacritty doesn't know how to disable that, so when you type Option-I, it sends ESC I correctly (this is what was fixed in the previous bug), but the following key is modified by adding an accent. I have a nice work-around using Karabiner, with these rules: https://pqrs.org/osx/karabiner/complex_modifications/#alacritty (I've also programmed my hardware keyboard to do this all the time.) |
alacritty/alacritty#209 is the bug that was fixed which introduced this, IIRC. |
@Screwtapello @eraserhd Thanks for the hints about the bug & Karabine |
@eraserhd your karabiner solution doesn't work for me! which version of alacritty you are using and do you have any special key binds in your alacritty.yml? |
@spamwax My alacritty.yml is here: https://github.com/eraserhd/dotfiles/blob/develop/alacritty/config/alacritty.symlink/alacritty.yml I almost always run Kakoune under tmux inside Alacritty. My tmux.conf is in that repo as well. |
I'm feeling a little curious about that Kakoune is up to and if my shell/terminal issues have been resolved. So far, it seems that Alacritty still has issues when using `alt-i` and `alt-f`: * mawww/kakoune#2694 * alacritty/alacritty#2017 I may also use this as an opportunity to check back in on Kitty. This reverts commit ecbcc1a.
Steps
.alacritty.yml
file to send correctMeta
keycode (required in macOS)Outcome
Cursor moves one word back
Expected
Everything inside the parentheses should be selected
See following for the different behavior under Alacritty vs iTerm:
The text was updated successfully, but these errors were encountered: