this post was submitted on 02 Feb 2024
301 points (95.7% liked)

Programmer Humor

32031 readers
1684 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Cypher@lemmy.world 7 points 7 months ago (9 children)

This is bound to be an unpopular opinion here but I hate vim.

Shortcuts in vim make no sense whatsoever. They’re not the fastest possible shortcuts nor are they intuitive.

Sure it’s got useful features if you let the awful design brow beat you into memorising an absurd number of shortcuts that lack any form of logic.

You could have a cheat sheet on another monitor but at that point why not have an editor that has a gui.

[–] kazaika@lemmy.world 1 points 7 months ago (2 children)

Its more about using your own shortcuts if you dont like some which is what you should do whatever editor you use

[–] LarmyOfLone@lemm.ee 1 points 7 months ago (1 children)

So then what makes vim special? From what I understand it's just a "standard" for shortcuts to features that can be shared between different editors, right?

[–] crater2150@feddit.de 4 points 7 months ago

The special thing about vim are the different modes. In a editor which does not support modal editing, you can't bind a letter key directly to a function, or else you can't type that letter any more.

load more comments (6 replies)