this post was submitted on 07 Jul 2023
10 points (100.0% liked)

VIM - Vi IMproved

1040 readers
1 users here now

For Vim enthusiasts and anyone interested in Vim/Neovim!

"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco

#HJKL

founded 1 year ago
MODERATORS
10
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

TL;DR: I use a vim like editor which tackles Vim's greatest weakness: vis.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] PeteZ 1 points 1 year ago

I have never used Vim in the manner you show in the Vim example. I use ex commands seldom โ€” usually when I need to make mass changes to a file. You are really doing things the hard way if you use an ex command to add a semicolon at the end of a line.