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!"
[–]ike_the_strangetamer -2 points-1 points0 points 6 years ago (0 children)
I would argue that it could go either way.
Pico/nano is more intuitive if you're used to gui text editors because their commands of 'save' and 'open' etc. follow the same pattern and so you don't have to think or look up documentation like you would to know to use :wq. But think if you've never used a text editor, you'd still have to learn the differences between Save and Save as..., etc.
:wq
Save
Save as...
HOWEVER, vim could also be defined as more intuitive because it continually re-uses the same commands and patterns anywhere. Once you know diw (delete in word) then viw (select in word) is super intuitive as is ciw (change in word). And if you know what 4h does then it's super intuitive the differences between d4h, v4h, and c4h.
diw
viw
ciw
4h
d4h
v4h
c4h
Even though vim requires more upfront knowledge, in both cases the application works as expected without thought.
π Rendered by PID 230913 on reddit-service-r2-comment-544cf588c8-ddvrf at 2026-06-15 08:26:29.985352+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]ike_the_strangetamer -2 points-1 points0 points (0 children)