davidsteinsland / vim

My vimrc configuration file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim

Installation

# Switch directory to home
cd ~
# Clone git repo
git clone git://github.com/davidsteinsland/vim.git
# Rename repo to .vim
mv vim/ .vim
# Move vimrc file to ~/.vimrc
mv .vim/vimrc .vimrc

Windows specific

  • Replace ~/.vim/ with %HOME%\vimfiles

About

My vimrc configuration file


Languages

Language:Vim Script 100.0%