tmux
#linux #command
Edit: zellij is a better alternative in many ways
A useful terminal multiplier multiplexer (hmm whatever)
It lets you run terminal sessions and have multiple panes in the same session
- handling sessions
⌃ BDto detach sessiontmux lsto list running tmux sessionstmux a -t 0to attach to session 0tmux a -t footo attach to session with namefootmux rename-session -t 0 footo rename session 0tmux new -s footo make session with namefootmux kill-session -t 0to kill session 0
- panes
⌃ B%to make new pane to the right⌃ B"to make new pane to the bottom⌃ B{↑|←|→|↓}to switch paneescto close pane
- windows
⌃ BCfor new window⌃ Bnumberto switch to window⌃ B,to rename window