• 0 Posts
  • 5 Comments
Joined 3 months ago
cake
Cake day: August 8th, 2025

help-circle
  • I am either misunderstanding your post or you might be misunderstanding mine.

    Vim is not the command line. It can be used in a command line, which is a nice feature, but I use Vim because it makes editting text a far smoother and more reliable experience than most text editting GUIs have provided.

    I also would not say command line is superior to GUI. Both have their trade offs, and like you said, use the tool that works best for you.

    As a developer though, I do fully believe devs should be taught how to use command line, and I believe they should be taught how to use Vim. Command line is near mandatory, because sometimes you cannot easily do something using a GUI, especially if that GUI is just buttons that run command line prompts like a lot of Git tools are. Solving Git issues without using command line frankly feels like a horrid scenario because you dont have the finer level of control required to unfuck yourself out of a Git issue.

    Vim should be taught because it improves navigation and editting of text in much more efficient and faster ways than a GUI generally can. This is very useful in development, as editting code is often a bit tedious with a mouse and common keyboard shortcuts, and not needing to take your hands off your keyboard really lends itself to keeping focused on your code. It improves productivity while also being a useful skill to learn, as a lot of apps support Vim bindings that don’t necessarily involve code, such as Obsidian.

    For other keyboard based professions, Vim would be useful but not mandatory.

    If I misunderstood your post as bashing my post, then thats my bad. The way I read it felt like it was bashing my view of Vim by connecting it to the viewpoint of command line being better than GUI, which is not how I view Vim or command line at all.


  • For me, its the massive range of editting manipulation it provides, and the reduction of dependence on using a mouse. For context, I have some level of wrist injury, so my complaints around mouse usage mostly stem from that.

    I would love to explain in detail what makes Vim great, but I think noboilerplate on youtube did it best with this video: https://youtu.be/sqm4-B07LsE

    But if I had to explain one of my favorite parts of vim, its the fact that I keep finding new solutions to improve my ability to edit code with an ease I had never felt before. Using ‘vf’ in order to easily highlight from where my cursor is to whatever character I want to get to has saved me so much time when rewriting variables or cleaning up code. Ive barely learned about what EX mode can do, but being a lot of work involves correcting other code or duplicating it for use with a different part of the code base, being able to use the substring command is drastically more helpful than your standard ctrl+H will do. Easy example :.,+5s/foo/bar/g Colon is what puts you in EX mode. Period is the current line, comma indicates this is a range, +5 means the next five lines, s means substring which is the command that we are using. “foo” is the word to search for, “bar” is what “foo” will be replaced with, and g means to replace all instances. Drastically more robust and useful than what ctrl+H does.

    Vim just makes it easier to manipulate text. Its drastically reduced strain on my wrists, and puts me in a flow state far more often than I ever experienced before I used it. Its kind of like aiming in a first person shooter with a mouse instead of an analog stick. Both will get the job done, but a mouse is drastically more capable at being accurate. Thats what vim feels like for coding for me.



  • Only remaining windows devices in my house are my wife’s gaming rig, my gaming rig, and my work laptop.

    Gaming rigs are using heavily debloated windows 11 installations, and if I ever figure it out enough they will act a lot more like game consoles than PCs eventually. The moment Linux can reliably play all the games I frequent, Windows will be purged.

    Work laptop is non-negotiable sadly. My work uses Windows 10 and an absurd amount of permission controls over it. I am a web developer and every time I need admin permissions for UAC, I have to send a ticket to IT and wait for them to remote into my laptop just to enter a password. Dumbest shit I’ve seen, but this company is the masters of time wasted. But at least it isn’t Windows 11 I guess.

    Other devices are mostly linux. Wife’s work laptop is MacOS.


  • Realistically, i think this idea might work well in tandem with a sort of PDA built off a Pi. I use my phone as a computer, because its a computer. The parts of my phone that i need to be a phone are calls and text, as i dont take photos almost ever. Data is nice, but im fairly certain i had seen recently a sim module for Pi devices, so i can just bake it into that instead so i still have a mobile computer.

    Someone will eventually make a better phone OS, but in the short term it seems smart to move to a dumb phone and offset everything else to a device tou can actually control.