1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2 " General
3 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
4 set background=dark " we enjoy the dark backgrounds
5
6 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
7 " GViM UI
8 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
9 set guifont=Consolas:h10
10 set go=Acgtem " advanced, try help 'go
11 set nomh " don't hide the mouse
12 set cursorline " highlight current line
13
14 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
15 " Theme/Colors
16 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
17 colorscheme metacosm " my color scheme
18
19 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
20 " Font Switching Binds
21 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
22 map <F6> <ESC>:set guifont=Consolas:h8<CR> " font of choice
23 map <F7> <ESC>:set guifont=Consolas:h9<CR> " font of choice
24 map <F8> <ESC>:set guifont=Consolas:h10<CR> " font of choice
25 map <F9> <ESC>:set guifont=Consolas:h11<CR> " font of choice
26 map <F10> <ESC>:set guifont=Consolas:h16<CR> " font of choice
27 map <F10> <ESC>:set guifont=Consolas:h20<CR> " font of choice
28 map <F10> <ESC>:set guifont=Consolas:h24<CR> " font of choice
29
30 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
31 " Always show syntax select menu
32 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
33 let do_syntax_sel_menu = 1|runtime! synmenu.vim