vim help

:help or :h - enter help mode. /string - is for search for a string in help

:help string - search for string in help. Ctrl+f is page down, Ctrl+b is page up in order to move around,

/usr/share/vim/vim80/doc - directory with documentation, you can use grep -wn string * here.