this post was submitted on 25 Aug 2024
167 points (88.8% liked)

Linux

47549 readers
542 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

First of all. This is not another "how do I exit vim?" shitpost.

I've been using (neo)vim for about two years and I started to notice, that I,m basically unable to use non-vim editors. I do not code a lot, but I write a lot of markown. I'd like to use dedicated tools for this, but their vim emulators are so bad. So I'm now stuck with my customized neovim, devoid of any hope of abandoning this strange addiction.

Any help or advice?

you are viewing a single comment's thread
view the rest of the comments
[–] crony@lemmy.cronyakatsuki.xyz 32 points 1 month ago (2 children)

Why would you wanna quit if vim works for you?

Plus vim can be an amazing markdown editor with a few dedicated plugins.

[–] lemmur@szmer.info 9 points 1 month ago (1 children)

Yes, it is amazing, but some things ( like md tables or writing katex eqations) are handled rough. And I still sometimes need to use something other than vim and then life gets hard.

[–] crony@lemmy.cronyakatsuki.xyz 10 points 1 month ago (2 children)

That's why for tables and katex equations I used plugins to help me with then to not be rough.

As for other stuff than vim, minimize the nees for them if it really gets hard.

[–] tuhriel@discuss.tchncs.de 5 points 1 month ago

Also, some tools have plugins to provide vim controls for them.

I know at least and use these:

There are probably more...

[–] GolfNovemberUniform@lemmy.ml 0 points 1 month ago* (last edited 1 month ago) (1 children)

As for other stuff than vim, minimize the nees for them if it really gets hard.

Your vim obsession is looking kinda unhealthy at this point.

[–] crony@lemmy.cronyakatsuki.xyz 3 points 1 month ago (1 children)

I just prefer the vim bindings and motions, not an obsession. I use diff tools almost daily and can manage in them with no issues, but whenever I can use vim binding I will because they just feel better to me.

[–] GolfNovemberUniform@lemmy.ml 1 points 1 month ago (1 children)

Idk, mister/miss. Your comment was pretty concerning.

[–] crony@lemmy.cronyakatsuki.xyz 0 points 1 month ago (1 children)

I was talking for the op in that part tho, it can be seen from the context

[–] GolfNovemberUniform@lemmy.ml 1 points 1 month ago

Then I don't think it's a good advice. It's literally the opposite of what the OP asked.

[–] brisk@aussie.zone 3 points 1 month ago (1 children)

What plugins can you recommend?

I think the only markdown plugin I've used was for table alignment.

[–] crony@lemmy.cronyakatsuki.xyz 7 points 1 month ago* (last edited 1 month ago) (1 children)

Mkdnflow is the one that I used to use and it does so many things amazingly for writting markdown easier

https://github.com/jakewvincent/mkdnflow.nvim

[–] lemmur@szmer.info 1 points 1 month ago

I'll check it out. Right now my wiki workflow consists of homemade scripts, which have some sharp corners.