We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeabdf commit 649d979Copy full SHA for 649d979
.tmuxp.json
@@ -69,5 +69,6 @@
69
}
70
71
],
72
- "session_name": "tmuxp"
+ "session_name": "tmuxp",
73
+ "start_directory": "./"
74
.tmuxp.yaml
@@ -1,4 +1,5 @@
1
session_name: tmuxp
2
+start_directory: ./ # load session relative to config location (project root).
3
windows:
4
- window_name: tmuxp
5
layout: main-horizontal
0 commit comments