From cf770879896e38e2a77158900557c408b3cc756a Mon Sep 17 00:00:00 2001 From: Joshua Wood Date: Tue, 9 Jul 2024 19:05:09 +1200 Subject: [PATCH] docs: update details about auto save/load options. (#71) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5ac1ff..e2221b7 100644 --- a/README.md +++ b/README.md @@ -199,15 +199,15 @@ This will limit the displayed sessions to those related to the current working d ## Auto-save -It is possible to automatically save the current session (or create a tmp session) when quitting +It is possible to automatically save the current session (or create a tmp or cwd session) when quitting Neovim or loading a different session. This behavior is disabled by default, but can be enabled using the `autosave.*` configuration options. Check [doc/possession.txt](./doc/possession.txt) for details. ## Auto-load -Sessions can be auto-loaded by setting the `autoload.*` config options. Currently only autoloading -based on CWD is supported. +Sessions can be auto-loaded by setting the `autoload.*` config options. Check [doc/possession.txt](./doc/possession.txt) +for details. ## Statusline