Wrangle your terminal with tmux
Learn to manage your terminal sessions and work more effectively from the command line using tmux. If you use the command line at all, tmux can make your life easier.
More
tmux bills itself as a terminal multiplexer. It allows you to wrangle multiple terminal sessions from one window. Instead of keeping track of many terminal windows yourself, you can use tmux to create, organize, and navigate between them. Even more importantly, tmux lets you detach from and re-attach sessions, so that you can leave your terminal sessions running in the background and resume them later. This is especially useful if you're working on a remote server: you can set up a persistent session that will continue running when you close your laptop. You can even share a tmux session to facilitate pair programming.
Watch Online Wrangle your terminal with tmux
# | Title | Duration |
---|---|---|
1 | Organize your terminal using tmux panes | 02:15 |
2 | Create collections of panes using tmux windows | 01:20 |
3 | Reuse terminal workspaces using tmux sessions | 01:55 |
4 | Manage terminal workspaces using session naming | 01:34 |
5 | Zoom and resize to view a particular pane within tmux | 01:40 |
6 | Customize tmux with tmux.conf | 03:53 |
7 | Copy and paste text from a tmux session | 03:14 |
8 | Enable mouse mode in tmux | 02:23 |
9 | Automate your workflow using tmux scripts | 03:54 |
10 | Share a tmux session for pair programming with ssh | 01:53 |
11 | Handle history in tmux sessions | 03:12 |