summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-11-17 20:24:55 -0500
committerMike Crute <mike@crute.us>2009-11-17 20:24:55 -0500
commita8c4a2052fa349590b7afc8530bc8752fd7e134e (patch)
tree5253462c7d4949bf8692e9576bac282923934542 /.vimrc
parent9b6b7f41efdb6cd8e0bcb45ccd21ed4a78d3f18f (diff)
downloaddotfiles-a8c4a2052fa349590b7afc8530bc8752fd7e134e.tar.bz2
dotfiles-a8c4a2052fa349590b7afc8530bc8752fd7e134e.tar.xz
dotfiles-a8c4a2052fa349590b7afc8530bc8752fd7e134e.zip
Merging in changes from work
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index d5b77a9..7621a1e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -22,11 +22,12 @@ set nocompatible
22" totally impossible to see what we're doing. The cols/lines fits 22" totally impossible to see what we're doing. The cols/lines fits
23" pretty nicely on a 15" MBP at highest resolution. 23" pretty nicely on a 15" MBP at highest resolution.
24if has("gui_macvim") && has("gui_running") 24if has("gui_macvim") && has("gui_running")
25" set transparency=10 25 set transparency=10
26 set lines=65 26 set lines=65
27 set columns=230 27 set columns=100
28 set guifont=Monaco:h10.00 28 set guifont=Monaco:h10.00
29 set go-=T 29 set go-=T
30 colorscheme mcrute
30endif 31endif
31 32
32" Monospace 8 is a pretty nice font if we're running under GVIM. 33" Monospace 8 is a pretty nice font if we're running under GVIM.