Skip to content

Instantly share code, notes, and snippets.

@franbull
franbull / .vimrc
Created June 24, 2013 00:04
My awesome .vimrc
silent !stty -ixon > /dev/null 2>/dev/null
set nocompatible " be iMproved
filetype off " required!
let python_highlight_all=1
syntax on
filetype indent plugin on
let mapleader = ","
set ignorecase
@franbull
franbull / gist:5066183
Created March 1, 2013 17:14
pseudocode
if nosetests
then
doStuff
else
echo 'the tests failed :-('
fi