tmuxp
TMUXP高级配置文件
session_name: semaphore
windows:
- window_name: dev window
layout: tiled
shell_command_before:
- cd ~/ # run as a first command in all panes
panes:
- shell_command: # pane no. 1
- cd ./code/github/s.lua.ren
- bundle exec jekyll serve
- shell_command: # pane no. 1
- cd ./code/github/s.lua.ren
- ls -al | grep .md
- shell_command: # pane no. 1
- cd ./code/github/s.lua.ren/pages/AWVS
- vim
- shell_command: # pane no. 2
- cd ./code/github/s.lua.ren
- vim
TOOLS
tmux