- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
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?
Accept your fate. VIM is love. VIM is life.
Why would you wanna quit if vim works for you?
Plus vim can be an amazing markdown editor with a few dedicated plugins.
What plugins can you recommend?
I think the only markdown plugin I’ve used was for table alignment.
Mkdnflow is the one that I used to use and it does so many things amazingly for writting markdown easier
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.
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.
Also, some tools have plugins to provide vim controls for them.
I know at least and use these:
- SublimeText (https://github.com/NeoVintageous/NeoVintageous)
- Firefox (https://addons.mozilla.org/en-US/firefox/addon/vimium-ff)
There are probably more…
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.
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.
Idk, mister/miss. Your comment was pretty concerning.
I was talking for the op in that part tho, it can be seen from the context
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.
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.
With neovim you can even put vim in the textarea.
:q!
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.
Switch to helix
Just run vigor.
First of all. This is not another “how do I exit vim?” shitpost.
Oh, I see, so just a clickbait! 👎
You can exit vim but you can never quit
You could consider markdown extensions that helps you write and visualize!
Like this one: https://github.com/MeanderingProgrammer/render-markdown.nvim
The answer is of course another editor: doomemacs
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…?
Make a plugin to a non-vim editor that properly emulates the vim experience, with the non-vim GUI.
Or, if that doesn’t work well enough, fork them.
Failing that, you could just accept your fate. I love my neovim install.
Some IDE’s have a VIM mode.
This is what I do. The IDEA tools (InteliJ, PyCharm, etc.) have pretty good vim support.