Skip to content

Instantly share code, notes, and snippets.

@Grummle
Grummle / .tmux.conf
Created July 23, 2012 21:51 — forked from snuggs/.tmux.conf
TMUX configuration file
set-window-option -g mode-keys vi # vi key
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
class Flap extends Backbone.Model
class TimelineCollection extends Backbone.Collection
model: Flap
url: /tweets/
timeline = new TimelineCollection()
TweetView = Backbone.View.extend
initalize:->