Skip to content

Instantly share code, notes, and snippets.

View bailliab's full-sized avatar

Bryan Bailliache bailliab

View GitHub Profile
@bailliab
bailliab / cVimrc
Last active November 21, 2016 16:28
cVim Configuration
set autoupdategist
set smoothscroll
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
"
let barposition = "top"
" alias ':g' to ':tabnew google'
command g tabnew google
let mapleader = ","