this post was submitted on 25 Aug 2024
152 points (88.0% liked)

Linux

47591 readers
1016 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?

top 49 comments
sorted by: hot top controversial new old
[–] [email protected] 33 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.

[–] [email protected] 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.

[–] [email protected] 8 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.

[–] [email protected] 4 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...

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 1 points 1 month ago (1 children)

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

[–] [email protected] 0 points 1 month ago (1 children)

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

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 8 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

[–] [email protected] 1 points 1 month ago

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

[–] [email protected] 26 points 1 month ago

You can exit vim but you can never quit

[–] billwashere 22 points 1 month ago
[–] [email protected] 12 points 1 month ago

Accept your fate. VIM is love. VIM is life.

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago)

Switch to GUI editors with Word-like navigation. You will struggle but eventually your vim habits will fade away and then you will be able to use any editor with slightly various levels of performance.

[–] [email protected] 9 points 1 month ago

Build a small EMP device. Figure out how to trigger it from terminal. Delete the key bindings for vim. Map them to the trigger you have for the EMP.

… good luck..?

[–] [email protected] 9 points 1 month ago* (last edited 1 month ago)

The real question is how to make everything a modal editor.

[–] [email protected] 8 points 1 month ago (1 children)

The trick is do the opposite, namely bring vim everywhere, e.g using Tridactyl you can bring some behaviors to the browser and, in this very textarea from lemmy, if I press Ctrl+i I get gvim, when I exit it, the content is back in the textarea and I can reply. Vim everywhere.

[–] [email protected] 2 points 1 month ago

With neovim you can even put vim in the textarea.

[–] [email protected] 8 points 1 month ago

Use doom emacs

[–] [email protected] 7 points 1 month ago

You could consider markdown extensions that helps you write and visualize!

Like this one: https://github.com/MeanderingProgrammer/render-markdown.nvim

[–] [email protected] 6 points 1 month ago (1 children)

Get a thinkpad or a keyboard with a trackpoint. Your life gets a little bit better.

[–] [email protected] 1 points 1 month ago

I rarely even use my trackpoint ngl

[–] UNY0N 5 points 1 month ago (1 children)

How about obsidian.md? It's based on markdown, so edit mode has lots of keybindings, and there are all sorts of javascript plugins to add functionality.

[–] [email protected] 1 points 1 month ago (1 children)

And it also has vim support. You can't escape.

[–] UNY0N 1 points 1 month ago* (last edited 1 month ago)

Haha, I wouldn't expect anything less. But I don't need to install the plugin...well...maybe I'll just try it out for a few...danmit.

[–] just_another_person 4 points 1 month ago (2 children)

Trying using Nano for absolutely EVERYTHING for a few weeks. That'll help.

[–] [email protected] 4 points 1 month ago

Personally, the only thing that would help me for is if I wanted to kill myself

[–] LordCrom 3 points 1 month ago (1 children)

Nano works just fine for me

[–] just_another_person 2 points 1 month ago

I have no issues with it. It's Kryptonite to the nonsensical world of VI(m) users though.

[–] [email protected] 4 points 1 month ago

Do you just need to write markdown? Plenty of text editors have a vim mode. Not sure if there's any lightweight ones that do the markdown preview alongside a vim mode; I know IntelliJ-based IDEs have a vim mode and can preview markdown, but that's not exactly a lightweight solution, and only the community edition is open source.

But also what exactly is it you're looking for that Vim can't do? I use Vim for writing pretty much everything. I use Vim for markdown and it works fine. Markdown is already pretty readable as a text file so I don't feel the need for a previewer or anything like a rich text editor (but also there are plenty of markdown editors out there if you just want to edit markdown in a RTE).

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

i just use vim plugins in the other editors i use.

kate has a vim mode,
vs code has a vim plugin.
intellij has a vim plugin.
obsidian has a vim mode.
a lot of editors have vim modes.

if you have a current non vim markdown editor,
try looking for a vim mode.

if you dont, obsidian is all about markdown,
and vs code has a markdown preview plugin.

[–] [email protected] 3 points 1 month ago

I don't know understand why you need markdown, but if you are so used to vim motions why not switch to latex instead. You wouldn't have to worry about katex support as well. This is an advice solely based on your need for katex support without understanding your needs.

[–] [email protected] 3 points 1 month ago (1 children)

Some IDE's have a VIM mode.

[–] [email protected] 4 points 1 month ago

This is what I do. The IDEA tools (InteliJ, PyCharm, etc.) have pretty good vim support.

[–] AnUnusualRelic 2 points 1 month ago

Just run vigor.

[–] A7thStone 2 points 1 month ago
[–] [email protected] 2 points 1 month ago

I alternate between helix and vim depending on the task, and their key bindings are kind of opposite from each other in a lot of ways. I've found that switching back and forth has kept me on my toes a bit and I don't feel as locked in to one editor as I did with vim before trying helix.

So I’m now stuck with my customized neovim, devoid of any hope of abandoning this strange addiction.

I would also try getting used to the defaults or a minimal config, which is also a good way to feel at home in the editor regardless of the system

[–] WhatsHerBucket 2 points 1 month ago (1 children)

Take vim with you to something with a lot more features!

I use vscode with vim plugin/key bindings lol

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

I've been trying with helix bindings for code recently, used to use the neovim plugin

I find both too laggy/slow to start up/buggy personally, feels like I'm fighting with the editor sometimes

The helix plugin is pretty good but not customisable and I'm not using the default scheme

[–] Mark12870 2 points 1 month ago

Find a therapist

[–] [email protected] 2 points 1 month ago

Find breaker box pull down big switch

[–] folekaule 1 points 1 month ago (1 children)

I don't know if this will work for you, and I'm not sure if you're only looking for TUI editors, but Obsidian has vi key bindings and a lot of plugins.

Disclaimer: I have not tried the vi key bindings in Obsidian.

Another one I use is vscode. It has a ton of markdown plugins and vi key bindings. It also has a nice preview window.

[–] [email protected] 3 points 1 month ago (1 children)

Obsidian should not be suggested for general use without the disclaimer that you have to pay if you use it for any work in most cases (unless you work for a very small place or a non-profit). I think their license is probably one of the most unintentionally violated around, kind of can’t believe they’re on flathub.

Commercial use means using Obsidian for revenue-generating or work-related activities within a for‑profit organization that has two or more employees. Government departments and agencies are considered commercial use, unless registered as a non-profit organization.

[–] folekaule 1 points 1 month ago

Excellent point. I had forgotten about this. I work for a non profit so I'm ok, but yes you should absolutely check the terms of the license before using. On the upside, almost everything is markdown files in regular folders, so you can fall back to vim anytime.

[–] akash_rawal 1 points 1 month ago

You have to practice switching between neovim and other editors.

You have forgotten how to use a normal editor. I am not making it up, it is a real phenomenon. Similar to when SmarterEveryDay learned to ride a backwards bicycle he forgot how to ride a normal bicycle and essentially had to re-learn it. You have to re-learn how to use a normal editor.

[–] [email protected] 1 points 1 month ago

Well, the point is, that vim is indeed perfect for writing and this is the problem, because I feel like I'm starting to get too much dependent on modal editors.

[–] netvor -3 points 1 month ago

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

Oh, I see, so just a clickbait! 👎