Skip to content

Instantly share code, notes, and snippets.

View perplexa's full-sized avatar

Daniel König perplexa

View GitHub Profile
@perplexa
perplexa / tmux.md
Created October 9, 2015 14:03 — forked from andreyvit/tmux.md
tmux cheatsheet

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

@perplexa
perplexa / tmux-cheatsheet.markdown
Created October 9, 2015 08:48 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname