课程: Linux: Multitasking at the Command Line
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Manage tmux windows and panes
- [Instructor] Having one window that we can dismiss and reconnect to is useful and tmux also allows us to create more than one window in a session. I can do this with control B followed by lowercase C. And here's my new window. Notice that down in the status line I have a new indication of being in window one instead of zero. The asterisk moved over to this window name. I'll add some information here. I'll write echo, second window and I'll create another window with control B, C and now I have three windows. And I'll put some content in here as well. These windows are all named bash and we can change their names to be a bit more descriptive. You don't always have to change the name of a window. In fact, I rarely do it when I use tmux, but I'll press Ctrl B, comma and set a name for this window. The name starts out with whatever the automatically generated name is based on what's running. I can add to that or back space…