Skip to content

Instantly share code, notes, and snippets.

@no-jochs
no-jochs / cVimrc
Last active January 8, 2019 04:53 — forked from infokiller/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