ches / dotfiles

Config files and stuff.

Clone this repository (size: 10.8 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/ches/dotfiles/
commit 91: 98af4334d6b2
parent 90: e0a57fe38068
branch: default
vim: now, actually use that scheme for diffs :-)
Ches Martin / ches
4 months ago

Changed (Δ144 bytes):

raw changeset »

.gvimrc (5 lines added, 2 lines removed)

Up to file-list .gvimrc:

1
" Toolbar off
2
set go-=T
1
set guioptions-=T       " Toolbar off
2
set guioptions-=L       " No left hand scrollbars
3
3
4
4
" Transparency
5
5
set transp=6
@@ -7,6 +7,9 @@ set transp=6
7
7
" Window size - automatically larger for vimdiff!
8
8
if &diff
9
9
  set columns=170 lines=50
10
11
  " So many schemes have forgotten diff highlighting...
12
  colorscheme xoria256
10
13
else
11
14
  set columns=100 lines=50
12
15
end