Skip to content

Files

Latest commit

author
Adam Balchunas
Mar 11, 2014
d07e75b · Mar 11, 2014

History

History
19 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 619 Bytes

Vman

A Bash script for managing multiple Vim configurations.

Setup
git clone https://github.com/adamdb/vman.git
ln -s ./vman/vman /usr/local/bin/vman
vman -i

Usage
vman -i # Creates a copy of your current .vimrc file, places it in ~/.vim/vimrc/, and replaces your current .vimrc file with a symlink to the .vimrc copy in ~/.vim/vimrc/.

vman -l # Lists all the .vimrc files in ~/.vim/vimrc/.

vman -s .vimrc_file # Switches to a .vimrc file that exists in ~/.vim/vimrc/, e.g. vman -s javascript