me like use nano. nano say how do thing. nano exit easy.

you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 6 months ago* (last edited 6 months ago) (1 child)

Just use ed.

Ctrl+D. Easy.

  • source
  • hideshow 2 child comments
  • [–] [S] 11 points 6 months ago* (2 children)

    bash: ed: command not found

    WHERE GOD NOW?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 11 points 6 months ago (2 children)

    What sins have you committed on your system to remove ed?

  • source
  • parent
  • hideshow 4 child comments
  • [–] [S] 7 points 6 months ago (1 child)

    fastfetch | grep ackage
    Packages: 2530 (dpkg), 21 (flatpak)

    me no remove package. me start with vanilla debian install. no need gui until me choose to install gui.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 6 months ago (1 child)

    Please file a bug with the Debian maintainers.

    How are people supposed to edit files without the standard editor?

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 4 points 6 months ago* (1 child)

    with nano? /uj maybe it was an option during the install, IDK, I don't want to bother the folks with a suspicion and a shitty memory, nor do I want to reinstall deb somewhere else

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 6 months ago (1 child)

    I was joking, definitely don’t write them to install an editor that’s obsolete.

    sed and grep (both inspired by ed) to do most of what ed does in a modern way, and ed was only useful over teletype when it was slow/expensive to render a scrollable field.

    All modern TTYs support scroll regions, and with sed it just doesn’t make sense to use ed anymore.

    ed as the standard editor is mostly a meme based on this page https://wiki.c2.com/?EdIsTheStandardTextEditor

  • source
  • parent
  • hideshow 2 child comments