Bunch of changes inspired by r00k

This commit is contained in:
2013-07-07 17:25:47 -04:00
parent c5a1ed1258
commit cf3eea13fb
141 changed files with 22472 additions and 519 deletions

View File

@@ -0,0 +1,27 @@
*obsession.txt* Continuously updated session files
Author: Tim Pope <http://tpo.pe/>
Repo: https://github.com/tpope/vim-obsession
License: Same terms as Vim itself (see |license|)
USAGE *obsession* *:Obsession*
:Obsession {file} Invoke |:mksession| on {file} and continue to keep it
updated until Vim exits, triggering on the |BufEnter|
and |VimLeavePre| autocommands. If the file exists,
it will be overwritten if and only if it looks like a
session file.
:Obsession {dir} Invoke |:Obsession| on {dir}/Session.vim. Use "." to
write to a session file in the current directory.
:Obsession If session tracking is already in progress, pause it.
Otherwise, resume tracking or create a new session in
the current directory.
:Obsession! Stop obsession and delete the underlying session file.
Loading a session created with |:Obsession| automatically resumes updates to
that file.
vim:tw=78:et:ft=help:norl: