tmux notes
Tmux Notes
C-b : prefix
- ? : help
- c : create
- 0-9 : # window
- n : next
- p : previous
-
: last - t : time
- o : like emacs
- tmux attach : reattach
- , : rename window
change prefix in ~/.tmux.conf
unbind C-b
set -g prefix C-q
refresh without reboot tmux:
prefix :
:source-file ~/.tmux.conf
Published
24 October 2012