Guest User

Untitled

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