tmuxinator で 2 つのウィンドウを作成したい:
windows:
- editor: vim
- : # I want this window unnamed, but tmuxinator say that this is not valid
ありがとう。
tmuxinator で 2 つのウィンドウを作成したい:
windows:
- editor: vim
- : # I want this window unnamed, but tmuxinator say that this is not valid
ありがとう。
この回避策を見つけました: https://github.com/tmuxinator/tmuxinator/issues/292
name: default
root: ~/
windows:
- main:
- tmux set-window-option -t1 automatic-rename on
- clear