" This is a copy of ~/.exrc file. Pretty basic. set ruler showmode autoindent modeline if feature("lpr") then set lptype=ps2 if feature("showtag") then set showtag if gui=="x11" then { set stagger=30 if firstx==0 && firsty==0 then set firstx=20 firsty=20 } if gui=="termcap" && $TERM<<5!="xterm" then { color yellow on blue color i light cyan color f white color e green color u light green if term=="console" then set! nottyunderline } if feature("alias") then source ~/.exalias