tmux basics
tmux basics
2. **Split Panes**:
- Divide the terminal window into multiple panes for parallel work.
3. **Window Management**:
- Create multiple windows (tabs) within a single tmux session.
- Navigate between windows easily.
4. **Customization**:
- Highly configurable via the `~/.tmux.conf` file for keybindings, colors, and
more.
5. **Scrollback History**:
- Access an extensive scrollback buffer to view past commands and outputs.
---
---
---
---
---
---