" Sets how many lines of history VIM has to remember set history=700 " Enable filetype plugin filetype plugin on filetype indent on " Set to auto read when a file is changed from the outside set autoread " Set 7 lines to the curors - when moving vertical.. set so=7 set wildmenu "Turn on WiLd menu " Set backspace config set backspace=eol,start,indent set whichwrap+=<,>,h,l set ignorecase "Ignore case when searching set smartcase set hlsearch "Highlight search things set incsearch "Make search act like search in modern browsers set showmatch "Show matching bracets when text indicator is over them set mat=2 "How many tenths of a second to blink syntax enable "Enable syntax highlight set expandtab set shiftwidth=4 "Set yours here set tabstop=4 set smarttab set lbr set tw=500 set ai "Auto indent set si "Smart indet set wrap "Wrap lines