Tmux Notes

Reference 1

Reference 2

C-b : prefix

  1. ? : help
  2. c : create
  3. 0-9 : # window
  4. n : next
  5. p : previous
  6. : last
  7. t : time
  8. o : like emacs
  9. tmux attach : reattach
  10. , : 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

Tags