You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`load_session`| Select and load session. (Your current session won't appear on the list by default, see configuration below).|
18
18
|`load_last_session`| Removes all buffers and tries to `:source` the last saved session. Returns `true` if the session was restored and `false` otherwise. |
19
19
|`load_current_dir_session`| Removes all buffers and tries to `:source` the last saved session of the current directory. Returns `true` if the session was restored and `false` otherwise. |
20
20
|`load_git_session`| When in a git repo, removes all buffers and tries to `:source` the last saved session of the git repo root directory. Returns `true` if the session was restored and `false` otherwise. |
0 commit comments