我想用 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