this post was submitted on 30 Sep 2024
844 points (94.1% liked)

linuxmemes

20870 readers
1818 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Classy@sh.itjust.works 11 points 1 day ago (1 children)

To add to your line of query, what if I don't give a shit about writing code and I just use Linux as a casual laptop user? I've never looked at vim or emacs, I use Kate and OnlyOffice

[–] ZorathTheDestroyer@lemmynsfw.com 12 points 1 day ago (2 children)

Depends on how much you write. At some point the efficiency gain is probably worth learning vim anyway, but Kate is a nice editor and does the job.

I just like vim, it feels nice.

[–] nul9o9@lemmy.world 5 points 1 day ago

Using Neovim with qmv had been amazing for when I needed to standardize seasion and episode numbers/titles for my jellyfin library.

[–] Classy@sh.itjust.works 5 points 1 day ago (2 children)

What kind of things would we be gaining efficency for? Markdown? It seems graphically to be a very spartan program. If I'm only writing text, what value would I gain from learning vim versus a graphical text editor that incorporates markdown and page design?

[–] kattfisk@lemmy.dbzer0.com 4 points 1 day ago

For just regular text to be consumed by humans, it's not that great, you probably want a word processor.

It shines when you do a lot of more structural editing, stuff like "change all quotation marks on this line to be single tick", "copy everything inside these parentheses and paste it after the equals sign", "make the first word on the next five lines uppercase", these are the type of things vim make easy that are not easy in other editors.

So it's great for code and config files. Markdown is borderline. You can have a setup that lets you live view how the markdown renders while editing in vim, so it can be pretty good, but the advantage might be a bit dubious.

[–] ZorathTheDestroyer@lemmynsfw.com 6 points 1 day ago* (last edited 1 day ago)

If you want to do document editing, then neither vim nor Kate are editors that do that. They are for editing text. You can write markdown, if you like, and then use pandoc or other tools to convert that to a printable document. I always use LaTeX if I need a pretty output, but that also has somewhat of a steep learning curve.

What you gain is the ability to manipulate text very efficiently. It's hard to describe, but it kind of feels like a lower overhead protocol of communicating to the computer what i want it to do to the text compared to "normal" editors. Again, if you only rarely write stuff, it might not be worth it, but it feels great