this post was submitted on 01 Jul 2023
52 points (100.0% liked)
Programming
13418 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
Engineer here who has had to work on many machines that were off-network, without a monitor or with a crappy one, with no ability to install random software:
There's a very good chance that vim is installed. Getting good at it certainly helped my productivity working in those environments
I agree with you, knowing vim for keyboard navigation is very benifitial in the majority of time when working with computers. To that point, most IDEs have vim keybindings/mode so you can edit inside the IDE using vim keymaps.To OPs question, replicating IDE functionality using vim plugins is a huge timesink.