Skip to content

Instantly share code, notes, and snippets.

@quangv
quangv / tmux_cheatsheet.markdown
Created September 9, 2019 06:23 — forked from henrik/tmux_cheatsheet.markdown
tmux cheatsheet

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@quangv
quangv / content.coffee
Created June 6, 2012 23:48 — forked from stephenvisser/content.coffee
Controller-scoped routes using Spine.js
require('spine/lib/manager')
class Main extends Spine.Stack
routes:
'adventure': 'adv'
'home': 'home'
'information': 'info'
controllers:
info: Information
home: Home