Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add link to #72 describing solution #74

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

jedrzejboczar
Copy link
Owner

Adds a note about solution to #72.

@jedrzejboczar
Copy link
Owner Author

@josh-nz Does it look ok?

@josh-nz
Copy link
Contributor

josh-nz commented Jul 15, 2024

You have mentioned the important parts:

  1. cwd can be overwritten
  2. provided a link to the issue so users can find more detail if needed.

I probably would explain it a little more:

When `autosave.cwd` is set to `true`, there are situations were the cwd session might be saved when it is not wanted. Two such situations are when file arguments are passed to Neovim, and when a session is closed via `:PossessionClose`. More details can be found in [this issue](https://github.com/jedrzejboczar/possession.nvim/issues/72). To prevent overwriting the cwd session in these cases, you can use the following setting:

Adding a note to the docs was a good idea. 👍

@jedrzejboczar jedrzejboczar force-pushed the jb/readme-cwd-session-overwritten branch from a005c9b to 2255629 Compare July 15, 2024 11:37
@jedrzejboczar jedrzejboczar merged commit e3b9d7c into master Jul 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants