Open dpassen opened 1 year ago
I believe a good solution would be to have a glob for translations. That way sequences like (cons "%* %k g" "C-g")
in devil-translations
will make it so that every time you press g
in the middle of a devil key sequence the sequence will be interrupted.
Another solution could be to add a devil-escape-key
so that way every time a key like g
is hit, the sequence dies.
When using devil-mode, I can use
C-g
to interrupt a command key sequence. For example,, x p C-g
will abandon the projectile command I was going to use before I changed my mind. But I can not use, x p , g
even though, g
maps toC-g
. Obviously, I can continue to useC-g
but is there a more 'devilish' way to do so?