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 14996dc commit 8265f95Copy full SHA for 8265f95
docs/configuration/environmental-variables.md
@@ -0,0 +1,11 @@
1
+(environmental-variables)=
2
+
3
+# Environmental variables
4
5
+## `TMUXP_CONFIGDIR`
6
7
+Example: `TMUXP_CONFIGDIR=$HOME/.mytmuxpconfigdir tmuxp load cpython`
8
9
+## `LIBTMUX_TMUX_FORMAT_SEPARATOR`
10
11
+See [`LIBTMUX_TMUX_FORMAT_SEPARATOR`](https://libtmux.git-pull.com/api.html#tmux-format-separator) in libtmux API.
docs/configuration/index.md
@@ -0,0 +1,7 @@
+# Reference
+```{toctree}
+environmental-variables
+```
docs/index.md
@@ -23,6 +23,7 @@ about
23
quickstart
24
examples
25
commands/index
26
+configuration/index
27
plugin_system
28
29
```
0 commit comments