Skip to content

Instantly share code, notes, and snippets.

Werkzeug / Flask / Jinja2 Online Hackaton 18th of May 2013

Hey everybody. While this was supposed to be an offline and online experience I did not manage to get a space organized that would work out for the 18th which will make this an online only event.

There are two immediate goals for it:

  1. Redo the Jinja2 port to not use 2to3. This is of high interest
@spicycode
spicycode / tmux.conf
Created September 20, 2011 16:43
The best and greatest tmux.conf ever
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000