"colorscheme desert colorscheme mod_tcsoft highlight LineNr gui=NONE guifg=DarkGrey guibg=NONE set guifont=Inconsolata\ Medium\ 11 noremap :let &guifont = substitute(&guifont, '\(\D*\)\(\d\+\)\(\D*\)', '\=submatch(1).(submatch(2)+1)', '') noremap :let &guifont = substitute(&guifont, '\(\D*\)\(\d\+\)\(\D*\)', '\=submatch(1).(submatch(2)-1)', '') "set guioptions+=b set nowrap set lines=60 set columns=104 set showtabline=-0 "make shift-insert work like in Xterm map map! set guioptions-=m "remove menu bar set guioptions-=T "remove toolbar set guioptions-=e "remove tab bar set guioptions-=r "remove right-hand scroll bar set guioptions-=L "remove left-hand scroll bar " toggle menu nnoremap :if &go=~#'m'set go-=melseset go+=mendif