zfsed /.vimrc

set nocompatible
set ruler

set termencoding=utf-8

syntax on
set number
colorscheme wombat

if has("gui_running")
	set guioptions-=T
	set gfn=Consolas\ 12
	set shortmess+=I
	set ch=1
	set lines=40 columns=100
endif

set mousehide
set mouse=a
set mousemodel=popup

set hidden

set autoindent
set smartindent

set shiftwidth=4
set softtabstop=4
set tabstop=4

" Формат строки состояния
set statusline=%<%f%h%m%r\ %b\ %{&encoding}\ 0x\ \ %l,%c%V\ %P 
set laststatus=2