" $Id$ " " Nate's .gvimrc - VIM Settings for GUI mode " " Note: VIM uses the plain old .vimrc in both console and GUI mode " Make shift-insert work like in Xterm map map! " Set the font based on the GUI toolkit if has("gui_win32") set guifont=Lucida_Console:h9 elseif has("gui_kde") set guifont=Bitstream\ Vera\ Sans\ Mono/10/-1/5/48/0/0/0/1/0 elseif has("gui_gtk") set guifont=monospace\ 8 endif