Mercurial > ec-dotfiles
changeset 3:39ef7f7236fc
Added vimrc.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Sat, 10 Jul 2010 12:18:06 +0000 |
parents | 1c563df145fa |
children | 94ee419ad047 |
files | setup vim |
diffstat | 2 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup Sat Jul 10 12:12:45 2010 +0000 +++ b/setup Sat Jul 10 12:18:06 2010 +0000 @@ -5,6 +5,7 @@ linker "tcsh" ".tcsh_init" linker "tmux" ".tmux.conf" linker "hg" ".hgrc" + linker "vim" ".vimrc" #modify cshrc uninstall_tcsh @@ -23,7 +24,7 @@ } uninstall() { - for i in .tcsh_init .tmux_conf .hgrc; do + for i in .tcsh_init .tmux_conf .hgrc .vimrc; do [ -e "${HOME}/${i}" ] && rm -f "${HOME}/${i}" done uninstall_tcsh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim Sat Jul 10 12:18:06 2010 +0000 @@ -0,0 +1,15 @@ +set showmode +set showcmd +set nomodeline +set autoindent +set lazyredraw +set vb t_vb= +set ruler +set nohls +set nocompatible +set backspace=2 +set esckeys +set noerrorbells +syntax on +set ts=2 +set expandtab