From 92ede7d144acd187176da9608930d6fdf3ef6cbe Mon Sep 17 00:00:00 2001 From: cameronr Date: Sat, 24 Aug 2024 03:14:58 +0000 Subject: [PATCH] chore(docs): auto-generate vimdoc --- doc/auto-session.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/auto-session.txt b/doc/auto-session.txt index fc298d5..73a1ff8 100644 --- a/doc/auto-session.txt +++ b/doc/auto-session.txt @@ -77,22 +77,22 @@ Commands *auto-session.commands* This plugin provides the following commands: - *SessionSave* - saves a session based on the `cwd` in `root_dir` - *SessionSave my_session* - saves a session called `my_session` in `root_dir` + `:SessionSave` - saves a session based on the `cwd` in `root_dir` + `:SessionSave my_session` - saves a session called `my_session` in `root_dir` - *SessionRestore* - restores a session based on the `cwd` from `root_dir` - *SessionRestore my_session* - restores `my_session` from `root_dir` + `:SessionRestore` - restores a session based on the `cwd` from `root_dir` + `:SessionRestore my_session` - restores `my_session` from `root_dir` - *SessionDelete* - deletes a session based on the `cwd` from `root_dir` - *SessionDelete my_session* - deletes `my_sesion` from `root_dir` + `:SessionDelete` - deletes a session based on the `cwd` from `root_dir` + `:SessionDelete my_session` - deletes `my_sesion` from `root_dir` - *SessionDisableAutoSave* - disables autosave - *SessionDisableAutoSave!* - enables autosave (still does all checks in the config) - *SessionToggleAutoSave* - toggles autosave + `:SessionDisableAutoSave` - disables autosave + `:SessionDisableAutoSave!` - enables autosave (still does all checks in the config) + `:SessionToggleAutoSave` - toggles autosave - *SessionPurgeOrphaned* - removes all orphaned sessions with no working directory left. + `:SessionPurgeOrphaned` - removes all orphaned sessions with no working directory left. - *SessionSearch* - open a session picker, uses Telescope if installed, vim.ui.select otherwise + `:SessionSearch` - open a session picker, uses Telescope if installed, vim.ui.select otherwise ============================================================================== API *auto-session.api*