git and vim cleanup

* remove banned pre-commit check as it's more annoying than anything
* update iife snippet
* change to jellybeans colorscheme
* vim add Gread shortcut
* NOP Q in vim
This commit is contained in:
Nick Nisi
2013-12-12 18:29:53 -06:00
parent 4856e1bdd1
commit 8e3854c26d
3 changed files with 6 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ snippet fun
}
snippet iife
(function () {
${1}
})();
# log snippets
snippet log