From b601ad66a8545d72c32362b692ddddb444b59181 Mon Sep 17 00:00:00 2001 From: seroam Date: Fri, 17 Dec 2021 17:07:20 +0100 Subject: [PATCH] Add info for custom additional log paths Adds info for the required additions to .tmux.conf to change the log path for coninuous pane logs and complete pane history logs to configuration.md. --- docs/configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index fbdd595..9210dd5 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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"`