Do you have a standard workflow that involves setting up a specific tmux layout, or running certain commands? By writing tmux scripts, you can automate your tedious daily setup, while simultaneously documenting it for yourself. We'll cover the tmux c…
We'll learn how to use mouse mode in tmux, including enable mouse control for resizing, scrolling and selecting panes. We'll also set keybindings in our tmux configuration to control mouse mode. Set mouse on: C-b : set mouse on Set mouse on / off tho…
In this lesson, we'll learn how to detach from a running tmux session and leave it running in the background. Then, we can re-attach to it later. We'll cover:How to exit a session by killing all active panes- Detaching explicitly with C-b d - Detachi…
Learn to organize your workspace using tmux. We'll create a new tmux session and learn how to create and navigate panes within a tmux window. We'll cover: How to create new panes via vertical splits with C-b % How to create new panes via horizontal s…