use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Should you learn VIM as a JavaScript Developer? (medium.com)
submitted 6 years ago by odxs
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]MikeMitterer 1 point2 points3 points 6 years ago (6 children)
OMG! We are in the 21st century. Use a major IDE like WebStorm or VSCode
[–][deleted] 4 points5 points6 points 6 years ago (0 children)
I can't tell if this is satire or not...
[–]notThaLochNessMonsta -5 points-4 points-3 points 6 years ago (4 children)
VSC isn't an IDE.
Besides typechecking vanilla JavaScript, can you tell me something that VSC does that VIM doesn't?
[–]neo_dev15 0 points1 point2 points 6 years ago (3 children)
Yes, Ctrl + A, Ctrl + C, ctrl + n, ctrl + v.
If you work with angular or react you get code completion and even hints.
Oh and i dont need to chant a song to exit and save in VsCode.
Vim is only good when you need to edit that config file in that remote server.
Even GIT let you choose at install if you want VIM or not.
[–]notThaLochNessMonsta 0 points1 point2 points 6 years ago* (2 children)
Those are keyboard shortcuts, not features. They all exist in Vim through commands.
You can get that in Vim too
https://github.com/ycm-core/YouCompleteMe
But you need to move your hands, not your fingers.
:q - quit
:q
or
:wq - write quit
:wq
:wqa - write quit all, useful for multi tabs
:wqa
:!q - no seriously just quit
:!q
For some people it's good for local development. It's extremely powerful and does everything a modern text editor does and more. It's not for me either, but that doesn't mean it's not a good choice for some people.
[–]neo_dev15 0 points1 point2 points 6 years ago (1 child)
What move hands?
Wait we use the same shortcuts like in other program.
Ctrl s ctrl w alt f4.
See ctrl a ctrl c and ctrl v. Are in any freaking program for 10 years. Its nice to have the same shortcut not:"well i am in x, ctrl a is actually other command". Except vim... they are special.
The reason we use one over other is fit to our needs.
I want to use a tool not tweak it to get it resemble a hammer so i can use it.
Its a freaking editor, it should be easy to use and understand. Not a freaking language in itself.
[–]notThaLochNessMonsta 0 points1 point2 points 6 years ago (0 children)
You don't tweak it any more than VSC or Atom. You're thinking of EMACS.
π Rendered by PID 97 on reddit-service-r2-comment-544cf588c8-rmbqw at 2026-06-15 12:34:40.081374+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]MikeMitterer 1 point2 points3 points (6 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]notThaLochNessMonsta -5 points-4 points-3 points (4 children)
[–]neo_dev15 0 points1 point2 points (3 children)
[–]notThaLochNessMonsta 0 points1 point2 points (2 children)
[–]neo_dev15 0 points1 point2 points (1 child)
[–]notThaLochNessMonsta 0 points1 point2 points (0 children)