0

tmuxinator で 2 つのウィンドウを作成したい:

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

ありがとう。

4

1 に答える 1

2

この回避策を見つけました: https://github.com/tmuxinator/tmuxinator/issues/292

name: default
root: ~/
windows:
  - main:
    - tmux set-window-option -t1 automatic-rename on
    - clear
于 2015-06-17T06:36:09.827 に答える