Hello,
When i want to use the fast key to save the code Atom will close right away how do i fix this.
Thx!
Hello,
When i want to use the fast key to save the code Atom will close right away how do i fix this.
Thx!
You should check your keybindings (Settings -> Keybindings
) to see if there’s anything other than core:save
on ctrl-s. If not, try saving from the dropdown menu and see if that causes Atom to crash. Then, close Atom, open a command line, and use the command atom --safe
to open Atom in safe mode and try to save a file. This will tell you whether or not a package is doing it. Finally, come back here and tell us everything you saw, including the version of Atom you have and what operating system you’re on.