This article inspired me to give zsh a spin. The pre configured setup of oh-my-zsh is a nice starting point. But am really missing the Bash "help" command, and the combined (easily searchable) man page. Thus far I have not been able to figure out which feature or config option to disable to stop this annoyance: $ grep vim zsh: correct 'vim' to '.vim' [nyae]? Please don't "help me", i typed exactly what I wanted.
in your .zshrc
also run-help , I believe is the zsh equivalent to the Bash help builtin.