Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
THE NUMBER OF TIMES i have almost saved a page..
Yes..
Have a ++.
Ps. You forgot the MANY CTRL S spam inbetween -
coolq48267ySometimes I save when my project isn't working, even though I know just by saving, my program won't magically work ...
-
VS Code || JetBrains = forget about CTRL + S
Though I'm sure other IDE's can be configured for auto save
But I don't dare to enable it in XCode, its auto index alone kills the system, I wonder what will happen if it has auto save enabled -_- -
@bahua I used to have a lot of random :wq and hjkl stuff in slack messages, to which my boss always responded: "Are you using vim again?"
Learning vim is easy... unlearning it is hard. -
beriba8567ySame here. It also works the other way around - trying to save a file in JetBrains using ":wq" after working in vim. Or hitting "i" to edit
-
beriba8567y@azous I'm on the vim side in this holy war so i won't try that. And I don't have six fingers ;)
-
beriba8567y@azous I once saw some key bindings for emacs and they looked like you need six fingers on one hand to use them. I don't remember if they were default or custom tho
-
don't you have "autosave on frame deactivation"in jetbrains? you simply alt-tab and everything is refreshed automatically by your ide
-
Baguette4267yThis is so normal:
How about:
var;
Ctrl+s
Git commit
var = Opttion {};
Ctrl+s
Git commit
And so on
Related Rants
My coding behavior:
1. console.log("Hello World");
2. CTRL S
3. this.date=moment();
4. CTRL S
5. const yesterday = this.date
6. CTRL S
7. Open Chrome Browser to preview
8. Accidentally pressed CTRL S and saved that page
joke/meme
save