-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
german umlaut ä is overmapped #14
Comments
That seems to be caused by Here's how I debugged (classic US keyboard btw):
Theory why this happens (I'm not 100% sure on this):
I hope this helps. I don't know the solution. |
I'm afraid the only solution will be an option to turn off the meta maps. |
<M-d> conflicts with <ä>. See: <tpope/vim-rsi#14>
Another option is to revert the iunmap <M-d>
cunmap <M-d>
if !has("gui_running")
set <F31>=
unmap! <F31>
unmap <F31>
endif edit: Just realized with Neovim this isn't necessary anymore. |
This is also the case when using the danish keyboard layout, where vim-rsi breaks the "æ" key. |
using vim-rsi, unfortunately I can not use my ä-key anymore ...
The text was updated successfully, but these errors were encountered: