• aard@kyu.de
    link
    fedilink
    arrow-up
    16
    arrow-down
    3
    ·
    9 months ago

    I always get annoyed when I’m on some system and nano pops up and I need to figure out how to kill that thing.

      • aard@kyu.de
        link
        fedilink
        arrow-up
        4
        arrow-down
        9
        ·
        9 months ago

        It shows a message which wastes valuable screen estate, especially on low resolution terminals, containing a message I have to read every single time because the keys are not in muscle memory, and never will because the bindings are stupid.

        On systems I have control over the reaction to nano popping up is exiting, removing it, making sure the package system blocks reinstallation attempts, and go back to what I was initially doing in a sane editor.

          • voidMainVoid@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            9 months ago

            In most apps, Ctrl-X means “cut”, not “quit”. Especially when it’s a freakin’ text editor!

            I will grant you that it’s more intuitive than vi, but that is a very, very low bar.

            • 0x4E4F@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              0
              arrow-down
              2
              ·
              edit-2
              9 months ago

              It doesn’t have to be X, just the fact that it uses modifier keys is enough. It could be Q or anything else, just please, for the love of god, we live in the 21st century now, all keyboards have modifier keys, please, add modifier keys shortcuts as well.

        • UnfortunateShort@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          Because it also sends the kill signal in every terminal I’ve witnessed yet… And you have it right on screen the second you start Nano.

          • 𝕯𝖎𝖕𝖘𝖍𝖎𝖙@lemmy.world
            link
            fedilink
            arrow-up
            0
            arrow-down
            1
            ·
            edit-2
            9 months ago

            result: Very intuitive like vim.

            1. gg - top of the file
            2. /un - find “un” place cursor at u
            3. 2x - remove 2 characters
            4. ?- - search backwards for the character -
            5. d/like - delete everything up until the characters like

            See, intuitive!