From 86b046cf496add8ca9c03dd5a9c953be362768b6 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 31 May 2013 10:02:43 -0300 Subject: [PATCH] some tweaks for linux terminals --- configs/gvimrc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/configs/gvimrc b/configs/gvimrc index ddf7b2d..a33fdb6 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -1,17 +1,15 @@ 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 +if has('mac') + set gfn=monofur:h15 " My screen size sucks, mkay? + set lines=63 " number of lines, based on my screen size and font +else + set gfn=monofur\ 12 + set lines=49 +endif -"colorscheme lazy -"color vylight -"color rdark " colorscheme -""color busybee -color mustang +color Mustang