8467 shaares
203 private links
203 private links
Wow c'est complet et propre. Je suis en cours de lecture :)
Memo about basics
Outside tmux with tmux
or inside with ^b:
- new -s
- kill-server : kill all sessions
- kill-session -t
- kill-session -t
Inside tmux with ^b
Sessions
- s : view sessions
- $ : rename current session
- tmux rename-sessions <-t session-name>
- tmux rename-sessions <-t session-name>
- d : exit session (detach)
Windows
- c : create window
- & : kill current window
- , : rename current window
-
: go to the specified window (through number id) - n : go to next window
- p : go to previous window
Panes
- % : split vertically
- " : split horizontally
- x : close current pane
- ↑ / ↓ / ← / → : toggle between panes