Skip to content

Commit b5ed2ff

Browse files
committed
Add .tmuxp.yaml config
1 parent 5472aa0 commit b5ed2ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.tmuxp.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
session_name: vue starter
2+
start_directory: ./ # load session relative to config location (project root).
3+
windows:
4+
- window_name: dev
5+
layout: main-horizontal
6+
focus: true
7+
options:
8+
main-pane-height: 35
9+
start_directory: ./
10+
panes:
11+
- focus: true
12+
- pane
13+
- pane
14+
- '[ -d node_modules ] && npm install && reset'

0 commit comments

Comments
 (0)