evil-lisp-state
evil-lisp-state copied to clipboard
Is it possible to use a key-chord for evil-lisp-state-leader?
I've tried several approaches, but none seems to work. I'm wanting to use something like
[key-chord ?f ?j] to get into evil-lisp-state. Is this possible?
One possibility has occurred to me since my original post: using key-chord-define to map fj to a non-chorded sequence, which I then designate with evil-lisp-state-leader. But I was wondering whether there's a more direct way...