set tabstop=4 " Number of spaces a tab counts for set shiftwidth=4 " Number of spaces for auto-indent set expandtab " Convert tabs to spaces set softtabstop=4 " Number of spaces a tab counts for while editing set number set ignorecase set smartcase set hlsearch " Highlight search matches set incsearch " Incremental search set mouse=a filetype plugin indent on colorscheme desert syntax on