set nocompatible set autoindent set textwidth=80 set tabstop=4 set shiftwidth=4 set backspace=2 set ruler set ignorecase set nohlsearch syntax on set viminfo='20,\"500 set pastetoggle= set history=50 set fileencodings=utf-8,latin2 cabbrev Wq wq cabbrev WQ wq cabbrev wQ wq hi Comment ctermfg=cyan hi Comment ctermbg=0