this post was submitted on 01 Jul 2023
52 points (100.0% liked)
Programming
13567 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Definitely. vim is hard to get used to, but after you do, it's damn powerful especially with plugins. Always nice to be able to do typing and coding entirely on the keyboard and not needing to move your hands to the mouse for something. Also, if you do any Linux cli stuff, you almost always have access to vi at LEAST. So being familiar with the tool she the gui and something like nano isn't available, is invaluable.
:wq
I see what you did there. 😅
:%s/she/set/g
To add to that: start with vimtutor. It teaches you vim from within vim itself which is a really nice way to learn the basics.
Thanks, I think everyone unanimously agrees on this! Learning curve seems very steep but I’ll make it my daily driver for a few weeks
There are so many editors with Vi emulation that it's still very useful. When I actually used emacs all day every day, it was slightly superior to vi at the cost of a little overhead, and slight differences in different installations. But I think vi won the war by being universal Shift-A, Shift-I, Y, P, cw, c$, /foo... so much useful goodness baked into any emulator.
Slightly off topic but I always preferred :x for quitting and saving.
On the topic: learning vim keybindings is narrow path between usefull and I want to, in my opinion. So if you want to nothing is stopping you.