Skip to content

Instantly share code, notes, and snippets.

View catsby's full-sized avatar
🏠
Working from home

Clint catsby

🏠
Working from home
View GitHub Profile
set nocompatible
set incsearch
set ai
set expandtab
set tabstop=4
set shiftwidth=4
set ignorecase
set smartcase
set scrolloff=3
set number