diff --git a/README.md b/README.md index 5659bf6..93bd7fb 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Files edited in a workspace session will autosave on InsertLeave, idle (CursorHo FocusLost and FocusGained triggers will typically trigger only with GUI versions of Vim. However, there are plugins that enables these for the console version within Tmux (i.e. sjl/vitality.vim). +This autosave feature enforces a last writer wins policy (eventual consistency). + You can manually enable the autosave feature outside of a workspace session with the `ToggleAutosave` command. If you would like autosave to be always on, even outside of a session, add the following to your vimrc: diff --git a/doc/workspace.txt b/doc/workspace.txt index 89a2acb..68be4ed 100644 --- a/doc/workspace.txt +++ b/doc/workspace.txt @@ -91,6 +91,8 @@ FocusLost and FocusGained triggers will typically trigger only with GUI versions of Vim. However, there are plugins that enables these for the console version within Tmux (i.e. sjl/vitality.vim). +This autosave feature enforces a last writer wins policy (eventual consistency). + You can manually enable the autosave feature outside of a workspace session with the `ToggleAutosave` command.