

Yeah I actually just prefer the command line, I’ve never had to force myself to use it. I even tried using VSC for a bit recently but i couldn’t get myself to like it. I just use nvim with some plugins in a tmux session now and its productive as hell.
Of course I don’t browse the web with the command line. For merging branches, I always merge main into the working branch first, check conflict files, and go through the file finding the diffs and resolving them. I’ve used merge tools before that were sorta nice but I had my own issues with them.
Maybe it’s the type of programming I do. I don’t do any web stuff, so file count is down. For larger code bases I keep a non editor terminal up and will grep -re for word/phrase searching, find to look for specific files, etc. I’ll occasionally use an IDE, typically eclipse based because embedded, but I don’t find myself missing the features they add.
I just think its good.
The way I see it, you can have an OS that breaks less often and is hard to fix, or an OS that breaks a little more often that is easy to fix. I choose the latter. 99/100 times, when something breaks with an update, it’s on the front page of archlinux.org with a fix.
The problems I’ve faced with other distros or windows is the solution is often “reinstall, lol”, which is like a 3 hour session of nails on a chalkboard for me.