Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. tmux - start tmux session
  2. C-a c - new window/pane/tab
  3. C-a , - rename window/pane/tab
  4. C-a n - next window/pane/tab
  5. C-a p - previous window/pane/tab
  6. C-a [ - scroll back
  7. C-a d - detach from session
  8. tmux ls - list tmux sessions (indexed starting by 0)
  9. tmux attach -t <index> - attach to a running tmux session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement