colorscheme koehler set clipboard+=unnamed set lines=30 columns=120 " no toolbar set guioptions-=T if has('gui_win32') " maximize the window autocmd GUIEnter * simalt ~x " font settings set guifont^=DejaVu_Sans_Mono:h11:w6,MS_Gothic:h11 set guifontwide^=IPAGothic:h11,MS_Gothic:h11 " transparent window if executable('vimtweak.dll') autocmd GUIEnter * call libcallnr('vimtweak', 'SetAlpha', 221) endif endif " vim: tabstop=2 shiftwidth=2