Replies: 3 comments 2 replies
-
This is not yet implemented, but feel free to create an issue for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Someone in the Matrix chat suggested this as a workaround, essentially saving on escape. So escaping out of insert mode saves, as does normal and select mode: [keys.normal]
"esc" = ["collapse_selection", ":w"]
[keys.select]
"esc" = ["collapse_selection", "normal_mode", ":w"]
[keys.insert]
"esc" = ["normal_mode", ":w"] This doesn't directly fix your issue but hopefully helps. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@kirawi mentioned that you can add this now: [editor.auto-save]
after-delay.enable = true
after-delay.timeout = 3000 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to enable auto save?
when a file is changed, save it immediately or after some seconds of delay.
Beta Was this translation helpful? Give feedback.
All reactions