How do you reload .vimperatorrc?

You can load additions to your ~/.vimperatorrc with

:source ~/.vimperatorrc

Note if you removed some setting from your configuration file, after sourcing the new file the old option settings will still be in place if they are not overwritten with some new setting, since basically :source just runs the configuration file as if you would enter them at the prompt.