32

Drawbacks of using Linux and Windows side by side?
While using Visual studio I keep typing ESC :w for saving and then on Vim I keep pressing Ctrl + s.
Urghhhhh!!!

Comments
  • 5
    There are some kind of "vim mode" option/plugin in every IDE. Try it out, it may works for you.
  • 0
    @kudamalam
    Thanks a lot. I'll look into it :D
  • 0
    Same here with Emacs and Visual Studio: C-x C-f to save file in Emacs,
    while Visual Studio cuts current line and saves this incomplete file.

    It happens at least once a week, and I think I will never learn it.
    Emacs emulation in VS is not an option because I like to keep the basic key mappings of programs on defaults, so there is no confusion in case of pair programming.
  • 0
    VS Code has Vim/Emacs whatever extensions too.
Add Comment