set mouse-=a "syntax on set hlsearch set autoindent set sw=1 set autoread set cindent set bs=eol,start,indent set history=256 set laststatus=2 set paste set shiftwidth=8 set showmatch "set smartcase set smarttab set smartindent set softtabstop=8 set tabstop=8 set ruler set incsearch set statusline=\ %<%l:%v\ [%P]%=%a\ %h%m%r\ %F\ au BufReadPost * \ if line("'\"") > 0 && line("'\"") <= line("$") | \ exe "norm g`\"" | \ endif if has("syntax") syntax on endif autocmd BufRead,BufNewFile /etc/php-fpm.d/www.conf,/etc/php.ini,*/php.ini set syntax=dosini "colorscheme jellybeans "colorscheme morning colorscheme elflord