https://github.com/krisleech/vim_switcher
Switch between multiple vimfiles
https://github.com/krisleech/vim_switcher
Last synced: 10 months ago
JSON representation
Switch between multiple vimfiles
- Host: GitHub
- URL: https://github.com/krisleech/vim_switcher
- Owner: krisleech
- Created: 2011-10-21T16:09:55.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T19:15:33.000Z (over 12 years ago)
- Last Synced: 2025-03-17T04:44:47.347Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim switcher
Allows you to switch between multiple vimfiles using symlinks
## Install
mkdir ~/Applications
cd ~/Applications
git clone git://github.com/krisleech/vim_switcher.git vimfiles
## Usage
*clone vimfile repositories to the same directory as switch_vim.rb*
cd ~/Applications/vimfiles
git clone https://github.com/scrooloose/vimfiles.git scrooloose
git clone https://github.com/codegram/vimfiles.git codegram
git clone https://github.com/krisleech/vimfiles.git krisleech
*And switch between them*
`./switch_vim.rb codegram`
`./switch_vim.rb scrooloose`
`./switch_vim.rb krisleech`
Note: If you already have vim open you will have to source the new `.vimrc` by
`:source ~/.vimrc`