Nowadays I'm using evil-mode in Emacs. One of my problem is, I'm not able to define 3 consecutive key bindings. If I set like this,
(define-key evil-normal-state-map (kbd "crh") 'my-own-function)
then, it shows this error message.
Key sequence c r h starts with non-prefix key c
Do you know how to overcome this situation? Or is it impossible??