随笔分类 - Tools
摘要:You can modify tmux's behavior with your tmux configuration file, .tmux.conf. You can use your tmux config to change color schemes, set custom keybind
阅读全文
摘要:Sometimes you'll want to zoom in on a specific pane within a tmux window. We'll learn to use C-b z to temporarily zoom in on one pane, as well as how
阅读全文
摘要:It's a lot easier to manage your tmux session when they have sensible names. We'll cover: How to create a new, named tmux session with tmux new -s Ren
阅读全文
摘要: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'l
阅读全文
摘要:In tmux, a window is a collection of panes. Creating multiple windows is a great way to organize your workspace. In this lesson, we'll cover: How to c
阅读全文
摘要: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 co
阅读全文