I would like to use tmuxinator for my work. I have a folder which has several files not more than 6-7 files. I want tmuxinator to be configured such that tmux has a window with splitted panes all of which are assigned to a specific file in the folder.
tmuxinator project goes as follows:
name: case
root: <%= ENV["PWD"] %>
windows:
setup:
panes:
- < this list should change dynamically>
any ideas?
I found that it provides loop block as follows:
Thus, the previous my question would be