Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Custom configuration

The default logging path is `$HOME` To change that, add `set -g @logging-path "path"` to `.tmux.conf` file
The default logging path is `$HOME` but can be changed per log type.

To change the logging paths, add the following lines to your `.tmux.conf` file:
* For continuous pane logs: `set -g @logging-path "path"`
* For screen captures: `set -g @screen-capture-path "path"`
* For complete pane history: `set -g @save-complete-history-path "path"`