(top-level)= (top-level-config)=
Used for:
- tmux session name
- checking for existing sessions
Notes:
-
Session names may differ from workspace filename.
e.g. apple.yaml:
session_name: banana windows: - panes: -
Load detached:
$ tmuxp load ./apple.yaml -dAbove:
- tmuxp loads a file named apple.yaml from the current directory.
- tmuxp built a tmux session called banana.
-dmeans detached, loading in background.
$ tmux attach -t bananaAbove: Use
tmuxdirectly to attach banana.