diff --git a/README.md b/README.md index 87850fb..a13a6d9 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The plugin comes with a number of commands: - `:SessionSave` - Save the current session - `:SessionLoad` - Load the session for the current directory and current branch (if `git_use_branch = true`) - `:SessionLoadLast` - Load the most recent session -- `:SessionLoadFromPath` - Load a session from a given path +- `:SessionLoadFromFile` - Load a session from a given path - `:SessionDelete` - Delete the current session **Telescope** diff --git a/doc/persisted.nvim.txt b/doc/persisted.nvim.txt index 6248885..1073f1e 100644 --- a/doc/persisted.nvim.txt +++ b/doc/persisted.nvim.txt @@ -111,7 +111,7 @@ The plugin comes with a number of commands: - `:SessionSave` - Save the current session - `:SessionLoad` - Load the session for the current directory and current branch (if `git_use_branch = true`) - `:SessionLoadLast` - Load the most recent session -- `:SessionLoadFromPath` - Load a session from a given path +- `:SessionLoadFromFile` - Load a session from a given path - `:SessionDelete` - Delete the current session **Telescope**