Retrieve a list of recoverable files.
vim -rRecover a specific file.
vim -r .file.extension.swp (from swap files listed above)Recover an unnamed (unsaved) file.
vim -r .swpOr from inside of Vim:
:recover .file.extension.swp
A blog dedicated to text editing and general exploration of computing knowledge
vim -rRecover a specific file.
vim -r .file.extension.swp (from swap files listed above)Recover an unnamed (unsaved) file.
vim -r .swpOr from inside of Vim:
:recover .file.extension.swp
No comments:
Post a Comment