Skip to content

Instantly share code, notes, and snippets.

[user]
name = Mateusz Nowakowski
email = nowakov@gmail.com
[alias]
br = branch
co = checkout
ci = commit
ca = commit --amend
rename = commit --amend -m
df = diff
@abhishek77in
abhishek77in / report.rb
Created December 9, 2012 19:31
Create a PDF Document using Prawn Library with header, footer and page numbering.
require "prawn"
Prawn::Document.generate("report.pdf") do
10.times do
start_new_page
end
repeat :all do
move_down 50

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: