How to create an unnamed window with tmuxinator?

290 Views Asked by At

I want to create 2 windows with tmuxinator:

windows:
  - editor: vim
  - : # I want this window unnamed, but tmuxinator say that this is not valid

Thanks.

1

There are 1 best solutions below

0
On

Found this walkaround: https://github.com/tmuxinator/tmuxinator/issues/292

name: default
root: ~/
windows:
  - main:
    - tmux set-window-option -t1 automatic-rename on
    - clear