Hacker News new | ask | show | jobs
by ksd482 30 days ago
Nowhere it mentioned anything about saving the progress. Can someone comment on if there's a way to autosave the files on every keystroke?
1 comments

Vim swap files (.swp) are periodically saved out to disk. In the event of a crash, reopening a file will present you with a screen asking if you want to recover the file. I doubt it’s character by character, but I’m sure vim has a setting to speed it up