File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,24 @@ JSON
223223.. literalinclude :: ../.tmuxp.json
224224 :language: json
225225
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.
226244
227245Kung fu
228246-------
You can’t perform that action at this time.
0 commit comments