this post was submitted on 18 Dec 2025
399 points (98.5% liked)

unix_surrealism

2861 readers
3 users here now

This community is for sharing original content related to computers, content, surrealism and wizardry.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] phoenixz@lemmy.ca 8 points 5 months ago (6 children)

What is the difference anyway between vi and vim?

[–] communism@lemmy.ml 18 points 5 months ago

These days the vi command on your machine is almost definitely actually vim just running in a mode with limited features to emulate vi.

[–] pmjv@lemmy.sdf.org 18 points 5 months ago (1 children)
[–] screwlisp@gamerplus.org 3 points 5 months ago

@pmjv
shouldn't I be there?
@phoenixz
VI doesn't have vimscript.

[–] Rooster326@programming.dev 14 points 5 months ago* (last edited 5 months ago) (1 children)
[–] apftwb@lemmy.world 5 points 5 months ago
[–] YerbaYerba@lemmy.zip 7 points 5 months ago
[–] RheumatoidArthritis@mander.xyz 6 points 5 months ago

No visual mode (selections), you also can't immediately see the results of your changes - if you use the c$ command, for example, the rest of the line won't disappear.

[–] HubertManne@piefed.social 3 points 5 months ago

yeah I did not feel they are very different and most of what I do in vim is like I use vi. I mean granted I do usually use vim.