Skip to content
/ vman Public

A bash script for managing multiple Vim configurations.

Notifications You must be signed in to change notification settings

adamdb/vman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

About

A bash script for managing multiple Vim configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages