syl20bnr / evil-escape

Customizable key sequence to escape from insert state and everything else in Emacs.
GNU General Public License v3.0
225 stars 42 forks source link

Pressing "fd" quickly in normal state should take no effect or find d? #58

Open jinCN opened 8 years ago

jinCN commented 8 years ago

Pressing fd quickly in normal state should take no effect or find d? Of course I don't want to find d. Is any configure provided for this?

syl20bnr commented 8 years ago

It should find d in my opinion but I understand why you would want to do nothing. I'll add a variable for this :-)

jinCN commented 8 years ago

Just think about people who don't like to care state. Thanks. And by the way, can this "fd" changed to be one key? I think many people using one key to escape will also like these escaping functions.

syl20bnr commented 8 years ago

Yes you can bind evil-escape directly to a key.

Le vendredi 18 décembre 2015, mysyljr notifications@github.com a écrit :

Just think about people who don't like to care state. Thanks. And by the way, can this "fd" changed to be one key? I think many people using one key to escape will also like these escaping functions.

— Reply to this email directly or view it on GitHub https://github.com/syl20bnr/evil-escape/issues/58#issuecomment-165793914 .

-syl20bnr-

synic commented 8 years ago

I think it would be really nice to make it do nothing, as long as you type fd as fast as you would to trigger escape.

Otherwise, it should find d.