You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any setting that allows me to make it so vim-auto-save only starts autosaves after the file is written (manually using :w)?
I want this kind of setting because when I enter a new file using vim, I don't want vim-auto-save to immediately save after opening, because I might want to not keep the new file.
My current settings for vim-auto-save is only let g:auto_save = 1
Software:
Ubuntu, wsl2
nvim
The text was updated successfully, but these errors were encountered:
crxyz0
changed the title
Only autosave only after the file is written
Autosave only after the file is written
Jun 11, 2021
Is there any setting that allows me to make it so vim-auto-save only starts autosaves after the file is written (manually using
:w
)?I want this kind of setting because when I enter a new file using vim, I don't want vim-auto-save to immediately save after opening, because I might want to not keep the new file.
My current settings for vim-auto-save is only
let g:auto_save = 1
Software:
Ubuntu, wsl2
nvim
The text was updated successfully, but these errors were encountered: