Pane Title in Tmux

前端 未结 9 865
时光说笑
时光说笑 2020-12-22 16:56

On my local machine I\'ve got 3 node.js instances running simultaneously. Each has it\'s own pane in a tmux window called \"servers\". The problem is that it\'s not that eas

9条回答
  •  天涯浪人
    2020-12-22 17:20

    Yes there is such a command: tmux. Give your session a name and it will be displayed in an inner status bar:

    TMUX=0 tmux new-session -s my-new-session
    

提交回复
热议问题