bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

feat(core): Add Ctrl+S save mapping, atomically write files #35

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

This PR adds a mapping for Ctrl+S to save files. It also makes writing files atomic, by first writing to a swp file.