Browse Source

new terminal, new size; highlight the cursor line since mustang have better colors for this; added a colorcolumn to highlight the Python margin

master
Julio Biason 11 years ago
parent
commit
ea6ccca3e0
  1. 9
      configs/gvimrc

9
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

Loading…
Cancel
Save