Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim-auto-save #3550

Closed
hamidzare71 opened this issue Mar 3, 2019 · 2 comments
Closed

vim-auto-save #3550

hamidzare71 opened this issue Mar 3, 2019 · 2 comments

Comments

@hamidzare71
Copy link

Hi I've used vim-auto-save feature in vim to save everything after Insert-mode exit(and every changes in normal-mode)
here I've set these in .vimrc file:

enable AutoSave on Vim startup
let g:auto_save = 1
do not display the auto-save notification
let g:auto_save_silent = 1
save every change when leave insert mode(normal mode)
let g:auto_save_events = ["InsertLeave", "TextChanged"]

I've found it here before: https://github.com/907th/vim-auto-save
could you please add this feature in VSCodeVim? or tell us how we can do it.
regard

@chshersh
Copy link

chshersh commented Apr 3, 2019

I've been looking for the answer to the same problem, and I asked on StackOverflow.

The accepted answer does the trick for me 🙂

@stasberkov
Copy link

I also would like to have this feature. I.e. this is helpful when you edit angular application that is running in watch mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants