As the question title mentions. I'm looking to automatically get the file saved as I type in VIM (insert mode).
Is this possible? How to achieve it?
You can use AutoSave plugin to perform that:
https://github.com/907th/vim-auto-save
Please notice that AutoSave is disabled by default, run :AutoSaveToggle
to enable/disable it.