Skip to content

Instantly share code, notes, and snippets.

" We're running Vim, not Vi!
set nocompatible
" Enable syntax highlighting
syntax on
" Faster response
set ttyfast
" No bell sound
set visualbell
" Line numbering
set number