File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,24 @@ JSON
223
223
.. literalinclude :: ../.tmuxp.json
224
224
:language: json
225
225
226
+ Project configs
227
+ ---------------
228
+
229
+ tmuxp supports loading configs via absolute filename with ``tmuxp load ``
230
+ and via ``$ tmuxp load . `` if config is in directory.
231
+
232
+ To make a per-project config, use ``.tmuxp.yaml `` and ``.tmuxp.json `` in
233
+ the root of your project directory.
234
+
235
+ See examples of ``tmuxp `` in the wild. Have a project config to show off?
236
+ Edit this page.
237
+
238
+ * https://github.com/tony/dockerfiles/blob/master/.tmuxp.yaml
239
+ * https://github.com/tony/pullv/blob/master/.tmuxp.yaml
240
+ * https://github.com/tony/sphinxcontrib-github/blob/master/.tmuxp.yaml
241
+
242
+ You can use ``start_directory: ./ `` to make the directories relative to
243
+ the config file / project root.
226
244
227
245
Kung fu
228
246
-------
You can’t perform that action at this time.
0 commit comments