another pane: ctrl+b+%, c-b-" for pane on the bottom
Nav: ctrl + b + arrows
exit exit,
c-b c creates a new window, c-b 0 goes to the first window
rename window for more info: c-b ,
session: if you drop connection, the session is still alive!
- tmux -d is to detach a window
- tmux ls can see which tmux windows are running
- tmux attach -t 0 go back to the window #1
- tmux new -s docker create a new session called docker
- tmux kill-session -t docker, kill the window called docker