Skip to content

Commit

Permalink
docs: update details about auto save/load options. (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-nz authored Jul 9, 2024
1 parent 26afec8 commit cf77087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf77087

Please sign in to comment.