:set fenc=utf8 :set ff=unix
~/.vimrc
:SetUU
function SetUU() set ff=unix set fenc=utf8 endfunction command -nargs=0 SetUU call SetUU()