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

feat: autosave manually named sessions, #386 #387

Merged
merged 4 commits into from
Oct 18, 2024
Merged

Commits on Oct 9, 2024

  1. feat: autosave manually named sessions, fixes rmagatti#386

    If you're using a manually named session (either through ':SessionSave
    mysession', `:SessionSearch`, or `:SessionRestore mysession`) then we'll
    now auto-save to that session on exit instead of always autosaving to
    the session derived from the cwd.
    cameronr committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    753ac11 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5a9d07b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix: rmagatti#386 use right session name in auto create

    When auto-saving, if the session has been manually named use that
    session name instead of the cwd session name. Fixes manually named
    session not auto-saving on exit.
    cameronr committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    59f3974 View commit details
    Browse the repository at this point in the history
  2. tests(manually_named_autosave): auto_create=false

    Turn off auto_create to make sure correct session name is checked when
    deciding to allow session saving or not
    cameronr committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    77e0923 View commit details
    Browse the repository at this point in the history