Skip to content

Commit

Permalink
Merge branch 'rmagatti:main' into config-overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr authored Aug 22, 2024
2 parents f56a02b + a5750c6 commit f67c316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AutoSession takes advantage of Neovim's existing session management capabilities
'rmagatti/auto-session',
lazy = false,
dependencies = {
'nvim-telescope/telescope.nvim', -- Only needed if you want to use sesssion lens
'nvim-telescope/telescope.nvim', -- Only needed if you want to use session lens
},
opts = {
auto_session_suppress_dirs = { '~/', '~/Projects', '~/Downloads', '/' },
Expand Down Expand Up @@ -206,9 +206,9 @@ AutoSession exposes the following commands that can be used or mapped to any key
:SessionDelete " deletes a session based on the `cwd` from `auto_session_root_dir`
:SessionDelete my_session " deletes `my_sesion` from `auto_session_root_dir`
:SesssionDisableAutoSave " disables autosave
:SesssionDisableAutoSave! " enables autosave (still does all checks in the config)
:SesssionToggleAutoSave " 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.
Expand Down

0 comments on commit f67c316

Please sign in to comment.