Skip to content

Instantly share code, notes, and snippets.

@garciadanny
garciadanny / tmux.md
Last active August 29, 2015 14:25 — forked from andreyvit/tmux.md

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

.wufoo caption, .wufoo label.desc {
font-size: 16px;
font-weight: bold;
color: #384047;
text-align: center;
margin-bottom: 20px;
}
/* ----- Backgrounds ----- */
#container,
@garciadanny
garciadanny / curl.md
Created August 16, 2018 15:38 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.