this post was submitted on 01 Sep 2023
254 points (96.4% liked)

Programming

17495 readers
149 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] makr_alland@lemmy.world 11 points 1 year ago (5 children)

My hot take: Vi, make and C would have gone the way of COBOL a long time ago if it wasn't for a lot of programmers thinking "my tools are more difficult to use, hence I'm a better programmer".

[–] xigoi@lemmy.sdf.org 10 points 1 year ago

I agree. You should use Neovim instead of Vi nowadays. :P

[–] witx@lemmy.sdf.org 7 points 1 year ago

I agree with C and Make, not with vim/neovim though

[–] ray_gay@programming.dev 4 points 1 year ago

I am triggered by that statement.

[–] 257m@lemmy.ml 1 points 1 year ago

As a person uses neovim, make and exclusively programs in C I am indeed triggered. Maybe you could argue Make and C are hard but Vi definitely is not (atleast the basics aren't).

[–] Theharpyeagle@lemmy.world 1 points 1 year ago

I use the unholy IdeaVim and honestly... I love it. I won't pretend that interacting with a heavy IDE while using vim is a great idea, but it makes editing so much more comfortable.

Also while you can use something like nano for editing files in the terminal, vi(m) is much faster for more in-depth editing.