160
samsek
6y

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

Comments
  • 8
    Rip JetBrains
  • 4
    Normal.
  • 8
    Or when you're so used to copying in terminal, you ctrl+shift+c in chromium
  • 5
    THE NUMBER OF TIMES i have almost saved a page..
    Yes..
    Have a ++.

    Ps. You forgot the MANY CTRL S spam inbetween
  • 4
    Sometimes I save when my project isn't working, even though I know just by saving, my program won't magically work ...
  • 1
    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 -_-
  • 3
    #!/usr/bin/perl
    <ESC>
    :w

    use strict:
    <ESC>
    :w
  • 1
    Ctrl+S on your own page means you're backing it up.
    All good!
  • 3
    I save with Ctrl+x Ctrl+s , what is this Ctrl+s you speak about?
  • 6
    @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.
  • 1
    Same 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
  • 2
    Writes really nice class:

    CTRL+S+S+S+S+S
  • 3
    @beriba intellij works flawless with emacs key bindings 😍😍😍
  • 2
    @azous I'm on the vim side in this holy war so i won't try that. And I don't have six fingers ;)
  • 2
    @beriba I know 😜
    Why six fingers? Didn't get it 🤔
  • 2
    @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
  • 1
    don't you have "autosave on frame deactivation"in jetbrains? you simply alt-tab and everything is refreshed automatically by your ide
  • 1
    this habit went off when i replaced saving by committing
  • 0
    This is so normal:

    How about:

    var;
    Ctrl+s
    Git commit

    var = Opttion {};
    Ctrl+s
    Git commit

    And so on
Add Comment