Skip to content

Commit 8265f95

Browse files
committed
docs(configuration): Add section
1 parent 14996dc commit 8265f95

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference
2+
3+
```{toctree}
4+
5+
environmental-variables
6+
7+
```

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ about
2323
quickstart
2424
examples
2525
commands/index
26+
configuration/index
2627
plugin_system
2728
2829
```

0 commit comments

Comments
 (0)