• @SpaceNoodle
    link
    2826 days ago

    Ctrl-K and Ctrl-U in nano, a sane editor that does not hate you

    • Eager Eagle
      link
      English
      3126 days ago

      Ctrl-X Ctrl-V in micro, if you appreciate a sane editor with sane keybindings.

      • @SpaceNoodle
        link
        826 days ago

        That’s cool, and I can’t wait for it to gain widespread adoption, but nano is already more commonly installed by default.

        • Eager Eagle
          link
          English
          5
          edit-2
          26 days ago

          better ootb experience with syntax highlighting, sane keybindings, plugin system, and other little things nano lacks.

          • @SpaceNoodle
            link
            3
            edit-2
            26 days ago

            Nano has had syntax highlighting for quite a while.

            Its keybindings also make sense if your brain is still stuck in the '90s. If not, they’re literally printed at the bottom of the terminal.

            If I need plugins, I’m not gonna be fucking around with a terminal text editor.

            What are these “other little things?” Certainly not “probably already installed on your system.”

      • @[email protected]
        link
        fedilink
        226 days ago

        “Sane” keybindings are questionable given Ctrl’s location (painful to press with both pinky and thumb fingers). It’s standard, I’ll give it that, but those in helix or vim are mostly (I’m looking at you, navigation between splits) much saner all things considered

        • Eager Eagle
          link
          English
          226 days ago

          or maps your caps to Ctrl, like vim users map it to esc

    • Ephera
      link
      fedilink
      326 days ago

      Doesn’t that just cut one line at a time? Or is this Emacs-like, where it buffers the lines?

      That host doesn’t have internet access, though, so installing a different editor wasn’t really an option to begin with…

      • @SpaceNoodle
        link
        526 days ago

        If the host doesn’t already have nano, you fucked up super early

        But yeah, it buffers the lines.

      • clb92
        link
        fedilink
        English
        2
        edit-2
        25 days ago

        Doesn’t that just cut one line at a time?

        Move the cursor to the start of what you want to cut, press ALT+A, then move the cursor with arrow keys (you’ll see text be highlighted from where the cursor was to where you move your cursor), then once you’ve moved the cursor to where you want, press CTRL+K to cut.

      • @SpaceNoodle
        link
        726 days ago

        That’s the neat part: you don’t.

        • nickwitha_k (he/him)
          link
          fedilink
          226 days ago

          Fair enough. Those are things that I like to be able to use, however. Which makes nano/pico/micro a non-starter for me. Different strokes for different folks.

          • @SpaceNoodle
            link
            326 days ago

            Well, they’re not necessary for 99.999% of what you need a quick CLI text editor for.

            • @[email protected]
              link
              fedilink
              126 days ago

              The use-cases for unquick GUI text editors are merely a subset of those solved by quick TUI text editors :P