I have a 100 GB of xml doc that I'm migrating to a database in waves.
In vim, I can edit the file, but I'm unable to save changes with :wq, :q or :xx.
I get the error message this file is read only - press ! to override.
Nothing works, so I use the :q! which ignores my changes and exits the vim.
How can i save my changes?
Bonus question
If I don't wait for the entire file to load into memory and press Ctrl + c to view what has been populated, will saving that document only save what was loaded into the memory and delete the rest?