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?

    • theshatterstone54@feddit.uk
      link
      fedilink
      arrow-up
      13
      ·
      edit-2
      6 months ago

      No joke, Emacs has the ability to render in line markdown, essentially the current line is just text, while the rest of the doc is rendered as markdown titles, links, lists, etc. It’s my favourite way of editing markdown but I’ve never found another editor that does markdown like that. Everything else has text and rendered markdown side by side as separate panes, which I personally hate.

      Edit: I stand corrected. Neovim has it too: https://github.com/MeanderingProgrammer/render-markdown.nvim

        • NaN@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          Marktext is another. Pretty lightweight and more permissive license than Obsidian.

      • rien333@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        6 months ago

        No joke, Emacs has the ability to render in line markdown, essentially the current line is just text, while the rest of the doc is rendered as markdown titles, links, lists, etc.

        This sounds amazing. I’ve been using markdown-mode for ages now though, and I’ve never come across this feature.

        How do you enable this?

        • rien333@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          6 months ago

          Some people over at reddit seem to suggest that the functionally you speak of doesn’t exist, except in the form of a proof of concept snippet over at SO.

          EDIT: Said snippet would probably be sufficient, if it handled codeblocks correctly (stuff in between ```. At the moment, it handles them miserably (maybe because they are multineline elements?)

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    6 months 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.

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    12
    ·
    6 months ago

    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.

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    6 months ago

    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.

  • oscardejarjayes [comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 months ago

    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.

  • astro_ray@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months 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.

  • space_comrade [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 months ago

    Just switch to VSCode or something similar, it has enough features and shortcuts that will quickly make you like at least 80% as productive as you were in Vim. It even has a Vim mode so you can wean yourself off of it more easily.

    Honestly never got the appeal of Vim, you need to spend so much time learning and configuring it only to squeeze out a little bit of extra productivity out of it when compared to a “normal” editor/IDE. I don’t see why it’s so important to be able to edit and write code as quickly as possible since most of the time you’re going to be debugging or looking at the code or reading docs.

    EDIT: Just noticed you said you don’t code a lot. I think most of what I said still applies, I imagine you don’t spend 99% of the time in the editor typing away.

  • Monument@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months 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…?