thaerkh / vim-workspace

📑 Automated Vim session management with file auto-save and persistent undo history
Apache License 2.0
466 stars 30 forks source link

Closing vim without closing the open files #31

Closed JoyceBabu closed 4 years ago

JoyceBabu commented 4 years ago

When using cli vim, how do I exit vim without closing the individual files? Closing the files beats the purpose of the plugin.

Closing the terminal is an option, but I prefer not to do that.

zoechi commented 4 years ago

qall or qall! works for me.

JoyceBabu commented 4 years ago

It worked. Thank you.