>>106817284
If you're using evil, you don't need to C-z to go into emacs state to use info or help. It has its own vi styled bindings. The most useful ones for me are:

Info-toc (g T)
Info-next (g j)
Info-prev (g k)

If you do `M-x Info-` it should autocomplete some useful function and the keybindings for them like pic-related.

You can also do `C-h b` and then search that buffer for "Info-" to bring you to the section where it describes what bindings are available.