" File: ~/.gvimrc " Autor: kryptart " Created: Sat-07-Feb 21:46:26 +0100 (CET) 2009 " Last Modified: Sun-15-Feb 10:00:55 +0100 (CET) 2009 " ********************************************************************* " ********************************************************************* " set the X11 font to use set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 set ch=2 " Make command line two lines high set mousehide " Hide the mouse when typing text " no Toolbar set guioptions-=T " always show file types in menu let do_syntax_sel_menu=1 | runtime! synmenu.vim " Make shift-insert work like in Xterm map map! " Set colors colorscheme habiDark " Split area hi StatusLineNC gui=bold guibg=#f6f6f6 guifg=#000000 hi StatusLine gui=bold guibg=#0000ff guifg=#ffff00 hi VertSplit gui=bold guibg=#f6f6f6 guifg=#000000 " Cursor hi Cursor gui=bold guibg=#cd2626 guifg=#ffd700