Guest User

Untitled

a guest
May 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. ========================================== ==========================================
  2. TMUX COMMAND WINDOW (TAB)
  3. ========================================== ==========================================
  4.  
  5. List tmux ls List ^b w
  6. New -s <session> Create ^b c
  7. Attach att -t <session> Rename ^b , <name>
  8. Rename rename-session -t <old> <new> Last ^b l (lower-L)
  9. Kill kill-session -t <session> Close ^b &
  10.  
  11. ========================================== Goto # ^b <0-9>
  12. CONTROLS Next ^b n
  13. ========================================== Previous ^b p
  14. Choose ^b w <name>
  15. Detach ^b d
  16. List ^b = ==========================================
  17. Buffer ^b <PgUpDn> PANE (SPLIT WINDOW)
  18. Command ^b : <command> ==========================================
  19.  
  20. Copy ^b [ ... <space> ... <enter> Show # ^b q
  21. Moving vim/emacs key bindings Split Horiz ^b " --------
  22. Start <space> Split Vert ^b % |
  23. Copy <enter> Pane->Window ^b !
  24. Paste ^b ] Kill ^b x
  25.  
  26. ========================================== Reorganize ^b <space>
  27. SESSION (Set of Windows) Expand ^b <alt><arrow>
  28. ========================================== Resize ^b ^<arrow>
  29. Resize x n ^b <n> <arrow>
  30. New ^b :new ^b :new -s <name>
  31. Rename ^b $ Select ^b <arrow>
  32. List ^b s Previous ^b {
  33. Next ^b ( Next ^b }
  34. Previous ^b ) Switch ^b o other
  35. Swap ^b ^o
  36. Last ^b ;
Add Comment
Please, Sign In to add comment