" System-wide gvimrc file for ALTLinux distribution " The commands in this are executed when the GUI is started. " " Maintainer: vim development team " Last change: 2004 Sep 06 by Sir Raorn " if has("gui_gtk2") set guifont=Fixed\ 10 else " set (language-dependant) X11 font to use if filereadable( $VIMRUNTIME . "/langrc/" . $LANG . ".vim" ) exe "so " . $VIMRUNTIME . "/langrc/" . $LANG . ".vim" else set guifont=-*-fixed-medium-r-normal-*-*-130-*-*-*-*-*-* endif endif set ch=2 " Make command line two lines high set mousehide " Hide the mouse when typing text " Make shift-insert work like in Xterm map map! " Enable "title" and "icon" features disabled in vimrc if has("title") set title set icon endif