set nocompatible
set tabstop=4
set shiftwidth=4
set hlsearch
set noincsearch
set mouse-=a
set number
set selectmode=mouse,key

syntax on
