summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8e7216a..480e163 100644
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,7 @@
" vimrc
call pathogen#infect()
+
" color scheme
map <F12> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>
if !empty($DISPLAY)
@@ -107,3 +108,6 @@ function! Preserve(command)
endfunction
nmap _$ :call Preserve("%s/\\s\\+$//e")<CR>
nmap _= :call Preserve("normal gg=G")<CR>
+
+source ~/.vim/scripts/bepo-layout.vim
+