How to auto-save a file every 1 second in vim? June 12, 2023 by Tarik This saves the buffer whenever text is changed. (Vim 7.4) autocmd TextChanged,TextChangedI <buffer> silent write