0
我要創建2個窗戶tmuxinator:如何用tmuxinator創建一個未命名的窗口?
windows:
- editor: vim
- : # I want this window unnamed, but tmuxinator say that this is not valid
感謝。
我要創建2個窗戶tmuxinator:如何用tmuxinator創建一個未命名的窗口?
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
我不知道是什麼tmuxinator,但是這聽起來像是' 「」'可能會奏效。 – hoijui
@hoijui謝謝你的答覆,但「」不會創建一個未命名的窗口,它會創建一個窗口名爲「」 – wubo
也許一個未命名的窗口是完全無效的(如在窗口管理器不允許它)?爲什麼你想要它在第一位無名?也許有更好的方式去做你想做的事。請解釋。 – hoijui