Skip to content

Commit

Permalink
chore(docs): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr authored and github-actions[bot] committed Aug 24, 2024
1 parent 1ebe3f7 commit 92ede7d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/auto-session.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 92ede7d

Please sign in to comment.