I’m the same way. I think it’s just a matter of being conditioned to manually save for the majority of my computing life.
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
The same can be applied for editors as well
Ok here's a question I should have asked like way sooner.
In Ubuntu (and similar distros), is there a hotkey to immediately kill the process? Like CTRL-C but harsher.
I use a process manager like btop for this.
CTRL-C -- SIGINT
CTRL-\ -- SIGQUIT
CTRL-Z + kill -9 %1
-- SIGTSTP + SIGKILL
Ctrl+s+s+s+s+s
LOL good point about just not releasing Ctrl.
The chances are non-zero that somebody out there attempts to release and press ctrl+s at the exact same time over and over like they're hammering out Beethoven's 5th. XD
I just do a full rebuild. Saves all files.
Intellij being a good guy amd autosaving every few seconds. No more worrying about crtl+s.
I was never really aware I did this until I had to program something with hot reloading (I don't remember what) and it was so insufferable...
And now my pain is with rustfmt. Just because I saved before filling in the struct fields does not mean I want you to format the struct accordingly!!!
autosave is no good if you have live reload imo
Excuse me i think you mean ctrl+c:w
i just store everything in google drive and let chance take over
Meanwhile, me over here with the self-doubt slamming ctrl-z
Except the autosave in BBEdit. I trust that with my life. It’s never lost ANYTHING in 30 years.