tpope/vim-obsession

Documentation of command not correct?

jamatsui opened this issue · 2 comments

Documentation says:

Use :Obsess (with optional file/directory name) to start recording to a session file and :Obsess! to stop and throw it away. That's it. Load a session in the usual manner: vim -S, or :source it.

But as far as I can tell the command is :Obsession and :Obsession!

Digging this plugin, thanks for sharing!

tpope commented

It's a deliberate bit of whimsy as Vim allows you to abbreviate any command as long as it's unambiguous.

good to know. Thanks!