What's the motion-state keymap priority (under info mode) ?

Frank Fischer frank-fischer at shadow-soft.de
Thu Mar 10 12:34:13 CET 2016


On 10.03.2016 07:19, Shiyao Ma wrote:
> Thanks for your help.
> 
> Now I enconter a new problem,
> 
> for the key `l', it should be Info-history-back
> however, it's now evil-forward-char

Of course. That's because you usually want cursor motions to behave
vim-like, i.e. h, j, k, l move the cursor. This is done by a call to
`evil-add-hjkl-bindings` in evil-integration.el (and, in fact, those
four keys are the only ones). At the same time Ctrl-t and Ctrl-o are
both bound to `Info-history-back`, so you might use them instead.

Best regards,
Frank



More information about the implementations-list mailing list