enhancementhelp wanted
Repository metrics
- Stars
- (236 stars)
- PR merge metrics
- (PR metrics pending)
Description
I am using org-mode and would like to exit from insert mode by fd while my input-method is alternative. I'v tested russian escape sequence, but it doesn't work.
How to reproduce:
- Set
(setq-default evil-escape-key-sequence "ав") - Change input-method
(set-input-method)tocyrilic-jis-russian - Switch to insert mode, change input method by
C-\and try to exit by pressing keysfd(it will beавin russian)
Probably there should be a way to define unique escape sequence for each language to make in infrequent.