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?
(setq-default evil-escape-delay 0.5)
Thanks!
You're welcome. I use ',.' to do the same.
(setq-default evil-escape-key-sequence ",." evil-escape-unordered-key-sequence "true" evil-escape-delay 0.5)
What is "evil-escape-unordered-key-sequence"?
I can enter ,. or .,
It doesn't matter for you if it's jj
I see.