Stuff

This page will hold stuff that I deem useful.

.Vimrc settings

set nocompatible
set nobackup
syntax on
set shiftwidth=4
set tabstop=4
set expandtab
set smarttab
set autoindent
set smartindent
set ruler
set incsearch