Fork me on GitHub
#spacemacs
<
2020-07-14
>
taka212:07:46

I changed my config so that I can use "jj" instead of "esc", but I noticed that I had to press the key so quickly. I want to delay the input grace. How can I do it?

Richard12:07:40

(setq-default evil-escape-delay 0.5)

Richard12:07:06

You're welcome. I use ',.' to do the same.

Richard12:07:07

(setq-default evil-escape-key-sequence ",." evil-escape-unordered-key-sequence "true" evil-escape-delay 0.5)

taka212:07:06

What is "evil-escape-unordered-key-sequence"?

Richard13:07:16

I can enter ,. or .,

Richard13:07:32

It doesn't matter for you if it's jj