TMUX can do WHAT?

Опубликовано: 12 Март 2024
на канале: typecraft
55,204
3.3k

X:   / typecraft_dev  

Tmux makes it possible to have multiple panes, windows, and sessions. When should you use them? In this video, I outline my workflow when working on an application with a dedicated API and frontend.

Check out the workflow diagram here!   / working-with-on-100238051  

Commands Used:
Open a new window: Ctrl+b, c
Horizontal Pane: Ctrl+b, "
Detach session: Ctrl+b, d
List sessions: Ctrl+b, s
Command Mode: Ctrl+b, : (this is used when renaming sessions)
Rename session: Command Mode + "rename-session [your session name]"