- cross-posted to:
- linuxmemes@lemmy.world
- cross-posted to:
- linuxmemes@lemmy.world
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?
Why would you wanna quit if vim works for you?
Plus vim can be an amazing markdown editor with a few dedicated plugins.
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
Then I don’t think it’s a good advice. It’s literally the opposite of what the OP asked.
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
I’ll check it out. Right now my wiki workflow consists of homemade scripts, which have some sharp corners.
You can exit vim but you can never quit
Why do you want stop using Vim in the first place? That would be a good information to have, to give help. What dedicated tools do you mean? What do they offer that you miss in Vim? If you just hate Vim and want stop using it no matter what, the only solution is to uninstall it, to not fall into those habits of using it everywhere. Over time you should get used to those other editors and tools.
Accept your fate. VIM is love. VIM is life.
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.
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…?
Use doom emacs
The real question is how to make everything a modal editor.
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.
deleted by creator
Thanks for sharing back such detailed instructions! I hope you will like it and inspire other to try. I’ve been using it for years now https://fabien.benetou.fr/Tools/Tridactyl after Vimperator and really enjoy browsing this way.
I unfortunately deleted this comment, before seeing your reply. I thought it was too complicated for an comment. So I ended up creating a dedicated tutorial post based on that reply in Linux and Firefox communities.
lol, yes I just saw that :D No worries, thanks for sharing it there then!
You could consider markdown extensions that helps you write and visualize!
Like this one: https://github.com/MeanderingProgrammer/render-markdown.nvim
Get a thinkpad or a keyboard with a trackpoint. Your life gets a little bit better.
I rarely even use my trackpoint ngl
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.
And it also has vim support. You can’t escape.
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.
Trying using Nano for absolutely EVERYTHING for a few weeks. That’ll help.
Personally, the only thing that would help me for is if I wanted to kill myself
Nano works just fine for me
I have no issues with it. It’s Kryptonite to the nonsensical world of VI(m) users though.
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).