Skip to content

Instantly share code, notes, and snippets.

@randallm
Last active August 29, 2015 14:13
Show Gist options
  • Save randallm/a6e9a5f6100eec6f84ac to your computer and use it in GitHub Desktop.
Save randallm/a6e9a5f6100eec6f84ac to your computer and use it in GitHub Desktop.

tmux cheatsheet

start new session:

tmux new -s base
tmux attach -t base

kill other clients:

tmux detach -a

windows:

c = new window
f = find window by name
, = name window
& = kill window

n = next
p = previous

scrollback:

[ = copy
] = paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment