Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit e58e2e0

Browse files
committed
Update documentation.
1 parent 6e4bdca commit e58e2e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/workspace.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ The Vim session will be stored in your directory. The filename is set to the
3434
default session name set by Vim, but can be changed with this configuration:
3535
`let g:workspace_session_name = 'Session.vim'`
3636

37+
If you'd like sessions to not load if you're explicitly loading a file
38+
in a workspace directory (as opposed to an argument-less `vim`), the following
39+
in your vimrc will provide that behaviour:
40+
`let g:workspace_session_disable_on_args = 1`
41+
3742
------------------------------------------------------------------------------
3843
1.1. Hidden Buffers *workspace-hidden-buffers*
3944
Over time, hidden buffers can build up to a point where most are unnecessary,

0 commit comments

Comments
 (0)