summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 66f0277..9ac1d15 100644
--- a/vimrc
+++ b/vimrc
@@ -2,7 +2,9 @@
call pathogen#infect()
+" color scheme
map <F12> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
+colorscheme void
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.