On Wed, Jan 18, 2012 at 7:13 AM, Antono Vasiljev <[email protected]> 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 _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
