Skip to content

Instantly share code, notes, and snippets.

@jamesrr39
jamesrr39 / tmux-cheatsheet.markdown
Created March 10, 2020 17:15 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
cd /tmp
wget http://rsync.samba.org/ftp/rsync/src/rsync-3.1.1.tar.gz -O - | tar xz
cd *rsync*
./configure
make
sudo make install
make clean
@jamesrr39
jamesrr39 / tmux.md
Created March 15, 2016 13:00 — 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