From 8f0498ec86f94c6f63036ad6a902198f438fdcd7 Mon Sep 17 00:00:00 2001 From: Oleksiy Kovyrin Date: Wed, 13 Jul 2011 12:08:22 -0400 Subject: [PATCH] No twillight theme and larger console --- vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index aee44c6..f4c293a 100755 --- a/vimrc +++ b/vimrc @@ -2,11 +2,10 @@ filetype on set nocompatible syntax on -color twilight set nu set guifont=Monaco:h14 -set lines=25 -set columns=120 +set lines=50 +set columns=150 set expandtab set shiftwidth=2