evil-escape icon indicating copy to clipboard operation
evil-escape copied to clipboard

Add evil-escape-case-insensitive-key-sequence option

Open spatten opened this issue 6 years ago • 1 comments

This PR allows you to type your escape-key sequence ignoring case. So you can type "df", "Df", "dF" or "DF" and still escape, thus allowing you to escape if you're slow at releasing the shift key like I am.

I think it answers this issue: https://github.com/syl20bnr/evil-escape/issues/72 and some of the requirements/need in this issue: https://github.com/syl20bnr/evil-escape/issues/64

I'm pretty-much a beginner at Elisp and Lisp in general, so please feel free to make or request changes.

spatten avatar Dec 04 '18 07:12 spatten

This looks great! Is there a reason why it is not merged upstream yet?

ChauhanT avatar Jan 24 '22 11:01 ChauhanT