Skip to content

Commit

Permalink
build: Release updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Mar 18, 2024
1 parent 991f5c4 commit dd32c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs-web/versioned_docs/version-stable/usage/30-tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ For the first option - you can simply save your current session (opened windows,

You can also have multiple sessions, configured in YAML format, where you define open windows, panes, commands etc. You can define one for each project and easily switch/attach to them.

Sessions are stored in `${HOME}/.tmuxp` directory in a `*.yaml` file. See [`tmuxp`](https://github.com/tmux-python/tmuxp) how to define session.
Sessions are stored in `${HOME}/.tmuxp` directory in a `*.yaml` file. There is a default session file created when running Proveasio (for example purposes). To remove creating that file add `tmuxp_default_session: false` in your `overrides.yml` file. See overriding variables in main documentation.

See [`tmuxp`](https://github.com/tmux-python/tmuxp) for details on how to define sessions with multiple windows, panes etc.

After you define you session(s), you can run `lp` from shell, which will invoke a picker for your sessions. You can either attach it to our current session or create a new one.

Expand Down

0 comments on commit dd32c7f

Please sign in to comment.