From ea6ccca3e0660eebcb372b1ba94d68dd773eea47 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 21 Jan 2013 17:49:47 -0200 Subject: [PATCH] new terminal, new size; highlight the cursor line since mustang have better colors for this; added a colorcolumn to highlight the Python margin --- configs/gvimrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configs/gvimrc b/configs/gvimrc index 86bd61d..06000d4 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -1,8 +1,10 @@ set guioptions=aegiLt " basically, all options, except the scrollbar, menu and toolbar -set lines=46 " number of lines, based on my screen size and font +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\ for\ Powerline\ 12 " My screen size sucks, mkay? +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 syntax enable set background=light @@ -10,4 +12,5 @@ set background=light "colorscheme lazy "color vylight "color rdark " colorscheme -color busybee +""color busybee +color mustang