.vimrc: Back to dark config

It's so sexy, and I just can't hack the light one.
This commit is contained in:
Alan Orth 2013-05-02 21:45:06 +03:00
parent a0cc716f24
commit f1b3556e69
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -3,7 +3,7 @@ set ts=4
set expandtab
set sw=4
set bs=2
set bg=light
set bg=dark
set paste
set wildmode=longest,list " change filename autocomplete to be more like bash
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg