Skip to content

Instantly share code, notes, and snippets.

@jollyburnz
jollyburnz / 0_reuse_code.js
Created October 1, 2013 16:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jollyburnz
jollyburnz / .tmux.conf
Created March 26, 2012 21:30
.tmux.conf
#pbcopy and #pbpaste support
set-option -g default-command "reattach-to-user-namespace -l bash"
#0 is too far from ' :)
set -g base-index 1
#CTRL A PREFIX
unbind C-b
set -g prefix C-a