You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to C-g. Obviously, I can continue to use C-g but is there a more 'devilish' way to do so?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: