Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all "bindkey"-related things go into .zsh.bindkey.
.zshrc only sources those parts if available. Make things more readable. I would like to do the same thing with my $HOME/.vimrc. I looked into :he source but "source" seems to work for ex commands only, or ? Is there a way, to "source" several files as startup files from within $HOME/.vimrc, without a too great performance penalty on startup time ? Keep hacking! mcc