So you've customized vim just the way you want it. But as soon as you jump on a remote machine or a friend's PC, you lose all your settings. Well fear no longer! VimSwitch is here to save the day.
VimSwitch makes it easy to switch to your vim profile on any machine. As long as you have your vim settings up on GitHub (For example: priomsrb/vimrc), switching to it is as easy as:
When you're done, you can restore your previous vim settings with:
Linux | # wget https://bit.ly/vimswitch && chmod +x vimswitch |
Mac | # curl -OL https://bit.ly/vimswitch && chmod +x vimswitch |
Windows | Download the latest vimswitch.exe |
If you find a bug or want to request a feature, please visit the issues page.