Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?

  • KRAW@linux.community
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    I use helix part-time but am forced to go back to neovim a majority of the time for a few reasons:

    1. no persistent undo
    2. no ctags and cscope (some C/C++ projects don’t work well with clangd)
    3. niche plugins (e.g. I just found a neovim plugin that gives me a way to run ipynb files in-editor)

    If 1 and 2 got fixed, I’d be a full time helix user

      • KRAW@linux.community
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        In vim you can make some changes to a file, close vim, and then reopen the files, and then undo your changes, i.e. your undo history persists across sessions.