What benefit is there to using vim over any other code editor
(neo)vim is a text editor with roots back tracing back to 1969. it is the text editor.
you will find vim on practically every unix-like server/computer.
if you’re editing files on a server or in a terminal, it's probably already there.
vim is in the terminal. this makes it super versatile and extremely lightweight. i can start editing files before vscode even starts.
vim 100% keyboard centric. you can do everything with your keyboard, and many things with the home row. this means that you can edit code much faster.
the default mode is not to edit/type text, but rather to navigate/manipulate it, which is really what most of ‘coding’ is.
this can also decrease the potential for repeated strain injuries that people often get from the movements you have to do.
macros/commands are REALLY FUN
i do not use vim (often) nor know how to exit vim, as i am an avid nano user, however i gave this post a like to boost genuine engagement of one of my favorite creators (or “influencers”) on this platform.
try vim! it’s just as ubiquitous as nano. it’s very easy to get started with and really powerful
I use tilde actually