I share accounts with other developers for test environments. The .vimrc on some of these accounts sets rows and columns, changing my terminal size, which drives me nuts.
Is there a way I can set a temporary, "session-specific" .vimrc?
I imagine it being used like
% source ~acheong/.vimrc
and then all subsequent vim instances in that session using this personal .vimrc. (But of course, the above won't work.)