zl程序教程

您现在的位置是:首页 >  其它

当前栏目

[tmux] Manage terminal workspaces using session naming

session Using terminal tmux manage
2023-09-14 09:00:52 时间

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
  • Rename an existing tmux session using tmux rename-session -t
  • Renaming sessions with C-b $
  • Listing sessions with C-b s
Ctrl b + $  //renaming
Ctrl + s // list all session

 

Renaming session outside tmux:

tmux rename-session -t 0 web-ui

 

New a session with a name:

tmux new -s backend