Navigation in info mode broken

Leo Alekseyev dnquark at gmail.com
Wed Jan 18 21:55:16 CET 2012


On Wed, Jan 18, 2012 at 7:13 AM, Antono Vasiljev <self at antono.info> wrote:
> Following commands in info mode are not working for me anymore:
>
> [ Go backward one node, considering all nodes as forming one sequence.
> ] Go forward one node, considering all nodes as forming one sequence.
>
> When i press [ emacs just wiats for next key press.

It might help to force info to start in emacs-state by default

(evil-set-initial-state 'Info-mode 'emacs)

Since info makes such heavy use of bindings that don't start with C-
or M-, I found this to be a better solution.  I just added a binding
for '/' to do evil-search-forward.

--Leo



More information about the implementations-list mailing list