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 413557a commit 2b86136Copy full SHA for 2b86136
docs/configuration/top-level.md
@@ -12,7 +12,7 @@ Used for:
12
13
Notes:
14
15
-- May differ from the config filename
+- Session names may differ from config filename.
16
17
e.g. _apple.yaml_:
18
@@ -31,9 +31,9 @@ Notes:
31
32
Above:
33
34
- - tmuxp loads a file named _apple.yaml_ from a current directory
+ - tmuxp loads a file named _apple.yaml_ from the current directory.
35
- tmuxp built a tmux session called _banana_.
36
- - `-d` means _detached_, loading in background
+ - `-d` means _detached_, loading in background.
37
38
```console
39
$ tmux attach -t banana
0 commit comments