From d50d0440b1551c1a5e561770bfea78f61fc4c3aa Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 15 Apr 2013 09:17:22 -0300 Subject: [PATCH] some better looking options --- configs/gvimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/gvimrc b/configs/gvimrc index 06000d4..ddf7b2d 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -1,10 +1,11 @@ -set guioptions=aegiLt " basically, all options, except the scrollbar, menu and toolbar +set guioptions=aegit " basically, all options, except the scrollbar, menu and toolbar set lines=63 " number of lines, based on my screen size and font set columns=116 " number of columns (uses most of my screen, in this case) set showtabline=2 " always show the tab line set gfn=monofur:h15 " My screen size sucks, mkay? set cursorline " highlight the line with the cursor set colorcolumn=+2 " put a marker at textwidth + 2 +set linespace=1 " spread the lines a bit, adding a 1px line above all syntax enable set background=light