this post was submitted on 06 Nov 2025
176 points (94.4% liked)

Programming

23580 readers
80 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 2 years ago
MODERATORS
 

I’ve tried vim on and off during college but never really had the time to fully get working with it. As it turns out the stress of two degrees is not conducive to “fun activities”. Now that I have a real job ™️, I’ve decided to finally try and use it this week full stop and I genuinely feel like a programming chad. There’s still a lot I’ll need to learn and probably overtime I’ll discover some inefficiency in how I’m using it now but it really does just feel good. I understand the hype now.

you are viewing a single comment's thread
view the rest of the comments
[–] rozodru@pie.andmc.ca 15 points 2 weeks ago (9 children)

The thing about Vim is once you get the navigation down you'll want it for everything and you'll refuse to go back to anything else.

I used Vim for so long that I can't live without some form of vim style navigation. my Window Manager uses it, my web browser uses it, all my TUIs use it, hell I even switched to Emacs and installed Doom Emacs and THAT uses it. Now I only ever use a mouse for gaming because you realize that navigating around your PC purely with your keyboard is actually faster than using a mouse. I've disabled the touchpad completely on both my laptops.

If you're digging Vim check out NeoVim with LazyVim. makes plugins and theming and what have you easier. I use it as my backup to DOOM Emacs.

[–] sukhmel@programming.dev 1 points 2 weeks ago (1 children)

I'm more interested in how do you navigate system menus and such, or does DE manage this? I've tried one Linux distro recently without a mouse attached and it was painful because some elements of the system UI are not accessible in any way

[–] rozodru@pie.andmc.ca 1 points 2 weeks ago

never really an issue with that either because most GUI menus will trigger via alt. even in something like KDE with the proper keybindings setup it's not an issue. heck even discord now has keyboard navigation.

load more comments (7 replies)