Gvimrc Example
时间:2007-01-22 来源:linxh
转自:http://www.vi-improved.org/gvimrc.php
1 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 2 " General 3 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 4 set background=dark " we enjoy the dark backgrounds 5 6 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 7 " GViM UI 8 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 9 set guifont=Terminal:h6:cOEM " font of choice 10 set go=Acgtm " advanced, try help 'go 11 set nomh " don't hide the mouse 12 13 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 14 " Theme/Colors 15 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 16 colorscheme metacosm " my color scheme 17 18 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 19 " Font Switching Binds 20 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 21 map <F6> <ESC>:set guifont=Terminal:h6:cOEM<CR> " font of choice 22 map <F7> <ESC>:set guifont=Terminal:h9:cOEM<CR> " font of choice 23 map <F8> <ESC>:set guifont=Fixedsys:h9:cANSI<CR> " font of choice 24 map <F9> <ESC>:set guifont=Terminal:h12:cOEM<CR> " font of choice
相关阅读 更多 +