this post was submitted on 25 Aug 2024
166 points (88.8% liked)
Linux
48008 readers
825 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just switch to VSCode or something similar, it has enough features and shortcuts that will quickly make you like at least 80% as productive as you were in Vim. It even has a Vim mode so you can wean yourself off of it more easily.
Honestly never got the appeal of Vim, you need to spend so much time learning and configuring it only to squeeze out a little bit of extra productivity out of it when compared to a "normal" editor/IDE. I don't see why it's so important to be able to edit and write code as quickly as possible since most of the time you're going to be debugging or looking at the code or reading docs.
EDIT: Just noticed you said you don't code a lot. I think most of what I said still applies, I imagine you don't spend 99% of the time in the editor typing away.
I used to use Sublime for notes and then VSCode and those types of text editors work just fine for non code stuff imo. VSCode even has syntax highlighting for Markdown so could be a plus for OP.
I haven't measured it, but I can tell I'm noticably slower on standard editors than Vim.
Eh I've seen colleagues that use Vim heavily do their work and they're like at best 10-20% faster than me when it comes to pure text input/editing, honestly not worth the effort to switch to Vim for me.
The thing is, it's fun
To your "never got the appeal".
Ngl for me using vim is the only option. If something needs to be done using a mouse, it's just not going to be done. I can't aim properly due to problems with my arms, and it itches something in my brain everytime I try, it makes me literally furious and enraged.
I tried using zed, but quickly found out that I can only control the text field with motions, nothing else.
If I try using mouse, speed of anything I do gets multiplied by 0.1.
Thanks to vim, I'm able to work with loads of text at all.
Simple as that.