Skip to content

Instantly share code, notes, and snippets.

set mouse=v " middle-click paste with
set mouse=a " enable mouse
set encoding=utf-8 " set encoding
set number " set line ordering
set nocompatible
set showmatch
set ignorecase
set hlsearch
set incsearch