summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-10 23:58:29 +0200
committerGravatar Tom Willemsen2011-09-10 23:58:29 +0200
commit763b770988eef396bd5e057e510794ffd56a93c0 (patch)
tree3fa073e6fd2dc81085945e2a02626abb9737b8f5 /.vimrc
parentb845557c64b7d3bbb0cb37d87b9772dec4fe6142 (diff)
downloaddotfiles-763b770988eef396bd5e057e510794ffd56a93c0.tar.gz
dotfiles-763b770988eef396bd5e057e510794ffd56a93c0.zip
VIM: Dropped, don't use it anymore
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc33
1 files changed, 0 insertions, 33 deletions
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index 046acab..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,33 +0,0 @@
-syntax on
-set background:dark
-colorscheme earendel
-
-au BufRead ~/.mutt/temp/mutt-* set tw=72
-au BufRead .git/*_EDITMSG set tw=72
-
-autocmd FileType make setlocal noexpandtab
-autocmd BufWritePre *.php :%s/\s\+$//e
-
-" Highlight everything right of the 80th column
-highlight rightMargin ctermfg=red guifg=red
-autocmd BufWinEnter * let w:m1=matchadd('rightMargin', '\%>79v', -1)
-" Highlight all trailing whitespace
-highlight trailWhite ctermbg=darkgray guibg=darkgray
-autocmd BufWinEnter * let w:m2=matchadd('trailWhite', '\s\+$', -1)
-
-set expandtab
-set number
-set smartindent
-set tabstop=2
-set shiftwidth=2
-set nowrap
-
-" GUI settings
-set guioptions-=m "remove menu bar
-set guioptions-=T "remove toolbar
-set guioptions-=r "remove right-hand scroll bar
-set guifont=tamsyn\ 15
-
-" Swap file location
-set backupdir=/var/tmp//
-set directory=/var/tmp//