summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-02-06 16:59:18 +0100
committerStefan Ritter <xeno@thehappy.de>2011-02-06 16:59:18 +0100
commit4b43eee327b365f891a1221b3e33aa4b2207235e (patch)
tree0d8a94e3befd2f04b519d301304c54d96e183b2c /vim
parent77d3aa9bce664dda8072cacadfba9a72f3a80f20 (diff)
Some fixes for arch
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0ddc59a..c18062d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -8,10 +8,12 @@ set number " enable linenumbers
set noerrorbells " bell sucks
set autoindent
set tabstop=4
+set textwidth=80
set shiftwidth=4
set shiftround
set modeline " enable modelines
set nobackup " get rid of backupfiles
+set nohlsearch " stop hilight all matches
"set foldenable
"set listchars=tab:»·
"set list " enable tab chars