• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • flynnguy@programming.devtoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    I used to use vim pretty exclusively, I’ve since switched to neovim. There have been a few cases where vim/nvim weren’t available but regular vi was and I’ve used it to edit text files. I imagine there were other editors but I’m so accustom to how vi/vim/neovim does things that I can’t imagine using anything else. Sometimes someone will try and convince me to use a new editor and I’ll try it but generally end up switching back to nvim. Even vi compatibility mode doesn’t really help because I use a bunch of plugins.





  • So I love Debian but it prides itself on stability so packages tend to be older. I think this is good for a server but probably not great for a desktop. Ubuntu came along and was like we’ll be like Debian but newer packages. Everything was cool for a while but then they started doing shitty things. The first that I can think of was ads in the terminal. This was not great for an open source app. Then when you did apt install firefox it installed Firefox as a snap. WTF?!?!? (apt should install .deb files, not snaps). Because of this, lately I’ve decided to avoid Ubuntu.

    I used Gentoo for a while and it was great but configuring and compiling everything took forever. I’m getting too old for that. Arch seems like a good alternative for people who want to mess with their system. So it’s become a way for people to claim they know what they are doing without having to recompile everything. (Note: I haven’t used Arch, this is just my perception)

    Recently I got a new laptop and I had decided to put Linux on it and had to decide what distro. Arch was in consideration but I ended up going with OpenSUSE Tumbleweed because it’s got the latest but I don’t really have to configure anything. If I had more time, I might go with something like Arch but I don’t really want to do that much fiddling right now.