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 _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
