Skip to content

Instantly share code, notes, and snippets.

@prasanthkrishnan
prasanthkrishnan / tmux.cheat
Last active October 13, 2016 22:23 — forked from afair/tmux.cheat
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &
@prasanthkrishnan
prasanthkrishnan / fastsort-test.sh
Last active September 21, 2016 00:36
fastsort testcases
#!/usr/bin/env bash
#
set -e
#cd "$(dirname "$0")"
info () {
printf "\r [ \033[00;34m..\033[0m ] $1\n"
}