this post was submitted on 11 Feb 2025
11 points (100.0% liked)

Vim

93 readers
20 users here now

Vim, the powerful modal editor!

founded 2 years ago
MODERATORS
 

Randomly got into selfhosting/webhosting and everytime I need to edit anything when using the terminal, I end up installing vim and using it to edit stuff, it feels so much more comfortable than any other way of editing. I like vim now, it's the first thing I install when I need to config something. I like that its a modal editor and I have to use insert so I dont accidentally change stuff, if I want to save I :wq, if I don't I just :q, don't have a million options show up, it just works.

all 9 comments
sorted by: hot top controversial new old
[–] sandwichsaregood 4 points 1 week ago (1 children)

Wow forcing students to use Vim for a first course in C++ is cruel. I love Vim and have used it daily for close to 20 years, and I would not inflict that suffering on any of my students.

[–] reddig33 2 points 1 week ago (2 children)

Hated VIM because it’s 2025 and there’s really not much reason to use a command line text editor when GUI text editors exist.

[–] dilroopgill 3 points 1 week ago

When you ssh into a vps and want to make some edits to a file isn't it just easier to use vim? Do you ftp and grab the file than upload the changed one? Idr know the workflow of working with gui when its not locally hosted.

[–] RedditWanderer 2 points 1 week ago

I use vim inside visual studio alongside other extensions not native to my IDE, and sometimes vim is all there is on the machine.

[–] Chocrates 1 points 1 week ago

I like vim. Not everyone's cup of tea, but it lets me program.

[–] NegativeLookBehind 1 points 1 week ago (1 children)

You can certainly still change stuff while not in insert mode

[–] CrayonRosary 1 points 1 week ago (1 children)

No, it's literally impossible to accidentally edit the text when in Editing Mode. /s

[–] NegativeLookBehind 1 points 1 week ago