How to start tmux with several windows in different directories?

后端 未结 5 1320
一个人的身影
一个人的身影 2021-01-30 03:42

I want to use a script to open a tmux session with 6 windows, each in a different directory. I started with a script I found and tried this first:

tmux new-sessi         


        
5条回答
  •  感动是毒
    2021-01-30 04:04

    You can use Teamocil instead. Teamocil is a simple tool used to automatically create sessions, windows and panes in tmux with YAML files.

提交回复
热议问题