• expr@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    15 hours ago

    Ctrl-C absolutely should not exit. There’s plenty of times you want it in vim to interrupt something in the editor.

    As others have said, it’s on the screen if you open vim without a file. Otherwise, it’s a tool for people that bother to learn how to use it. As someone who has been using it daily for the last 10 years, I would find it incredibly obnoxious to have a bunch of useless screen clutter telling me basic things that are easily learned.

      • expr@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        Vim has an entire dedicated scripting language built right into the editor and accessible while editing.

        Even without plugins, sometimes certain things can be too slow and you want to stop them.