syl20bnr/evil-escape

Escape sequence for alternative input-method

Open

#51 opened on Sep 28, 2015

View on GitHub
 (2 comments) (5 reactions) (0 assignees)Emacs Lisp (43 forks)github user discovery
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:

  1. Set (setq-default evil-escape-key-sequence "ав")
  2. Change input-method (set-input-method) to cyrilic-jis-russian
  3. Switch to insert mode, change input method by C-\ and try to exit by pressing keys fd (it will be ав in russian)

Probably there should be a way to define unique escape sequence for each language to make in infrequent.

Contributor guide