I find it odd that you would use the short version of a command in a config file. Brevity is important when you are doing repetitive tasks. In a config file (or code), clarity is more important that brevity. I know you could argue that you know VI so well that you know these commands off the top of your head.. even so, it's particularly pointless to list them this way in a blog where you have to turn around and expla…
It's not a big deal. You can just hit K on any you're not sure about to see the help. Might need to set keywordprg=:help.
echo 'set keywordprg=:help' >> ~/.vimrc
:)