Skip to content

Instantly share code, notes, and snippets.

@infokiller
infokiller / cVimrc
Last active November 18, 2018 02:46 — forked from dylan-conlin/cVimrc
let searchalias s = "stackoverflow"
let searchalias g = "google"
" show the heads-up-display
set hud
" use regexp in find mode
set regexp
" ignore search case in find mode