You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent work! I was trying to make alt-combos work recently and arrived at pretty much the same solution: set up terminal to send for +, set up ttimeout and create mappings using set <A-c>=\e<c> and imap \ec <A-c>. All good so far (except for the problems you noted).
I am however not able to set this up for Cyrillic keys (I want to be able to use the same Alt-combos while inputting text in cyrillic). set command straight up errors out giving me "unknown option" error, maps alone don't seem to be enough either.
Do you have any ideas about how this can be made to work? You seem to be the person with most knowledge on this topic. I'd be happy even if i could just map cyrillic to english equivalents.
The text was updated successfully, but these errors were encountered:
Hi,
Excellent work! I was trying to make alt-combos work recently and arrived at pretty much the same solution: set up terminal to send for +, set up ttimeout and create mappings using
set <A-c>=\e<c>
andimap \ec <A-c>
. All good so far (except for the problems you noted).I am however not able to set this up for Cyrillic keys (I want to be able to use the same Alt-combos while inputting text in cyrillic).
set
command straight up errors out giving me "unknown option" error, maps alone don't seem to be enough either.Do you have any ideas about how this can be made to work? You seem to be the person with most knowledge on this topic. I'd be happy even if i could just map cyrillic to english equivalents.
The text was updated successfully, but these errors were encountered: