我想用tmuxinator创建两个窗口:
windows:
- editor: vim
- : # I want this window unnamed, but tmuxinator say that this is not valid谢谢。
发布于 2015-06-17 14:36:10
找到了这个解决方案:https://github.com/tmuxinator/tmuxinator/issues/292
name: default
root: ~/
windows:
- main:
- tmux set-window-option -t1 automatic-rename on
- clearhttps://stackoverflow.com/questions/30882859
复制相似问题