Skip to content

sheldonh/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Originally designed to work with gnome-terminal set to use a customized version
of the White On Black schema, with Text color set to #E6E1DC and Background
color set to #2B2B2B, and the Tango palette selected.

Once the terminal colour changes have been made, I do this to bang my vim
config onto a new workstation:

	cd $HOME
	rm -rf .vimrc .vim
	git clone git://github.com/sheldonh/dotvim.git .vim
	git clone https://github.com/gmarik/Vundle.vim.git .vim/bundle/Vundle.vim
	ln -s .vim/vimrc .vimrc
	vim -c :PluginInstall

About

My vim editor configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published