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

  • psud@aussie.zone
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    Emacs has a menu, it’s not exactly hard. F10 to open the menu in text mode

  • AlbatrossFanboy@programming.dev
    link
    fedilink
    arrow-up
    13
    ·
    6 days ago

    I don’t get why there’s so much prejudice towards nano users in the Linux community, people act like nano is useless but it performs its job well, and it does it without being large or overly complicated.

  • Francislewwis@lemmy.world
    link
    fedilink
    arrow-up
    19
    arrow-down
    1
    ·
    6 days ago

    Honestly nano is perfect for quick edits. Vim and Emacs are powerful, but sometimes you just want to open a config file, change one line, and exit without fighting the editor. 😄

      • Gladaed@feddit.org
        link
        fedilink
        arrow-up
        4
        ·
        6 days ago

        Vim does not just work if you don’t know how to get into edit mode and save and quit from there. Nano even has built in search and replace.

        • creation7758@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          6 days ago

          Funny story, when i first got into linux (almost a decade ago), I accidentally opened nano pasting some random command off the internet and didn’t know how to close it because I didn’t know what the ^ symbol meant.

          I had successfully been quiting (and using) vim for a few months at this point.

  • Cevilia (they/she/…)@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    31
    arrow-down
    1
    ·
    7 days ago

    Fortunately, every computer comes equipped with an “exit editor” button. It’s on the back, attached to the power supply unit. You just flick the switch. Exits every editor known to humanity. /j

  • smh@slrpnk.net
    link
    fedilink
    arrow-up
    36
    arrow-down
    1
    ·
    7 days ago

    I love nano. I used to do tech support for a Linux-based content management system (before SAaS take took off)… The customer sysadmins were sometimes whichever engineer was volun-told to do it, so competency varied wildly.

    I helped mostly with installs. This might be the poor newbie sysadmin’s first time on the command line. Nano was my go-to suggestion for editing config files–all the commands are right there! Much less intimidating than vi or emacs for a newbie.

  • cepelinas@sopuli.xyz
    link
    fedilink
    arrow-up
    33
    ·
    7 days ago

    nano is just a text editor, I use it as a text editor, it has keybindings on screen by default, no need to config or memorise, why bother? (for text editing, not whatever people use vim or emacs for)

    • AbsolutelyClawless@piefed.social
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      7 days ago

      Kind of, but not really? Nano by default displays US English(?) keyboard bindings which are different to the keyboard I have, so I still have to have a cheat sheet open when I’m on a system with nano-only editor.

  • Grass@sh.itjust.works
    link
    fedilink
    arrow-up
    16
    ·
    7 days ago

    I used some distro with vim back in the day and I just kept using it. I lose my shit when I use something with just nano and my muscle memory tries to do a vim thing.

    • psud@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      I try to ctrl+x ctrl+c in things that aren’t Emacs. Whichever you choose you eventually learn it well and it seems so easy that it’s hard to see what the advantage of an alternative might be good for

      No one can argue against you as you know how to use the tool. Vi and Emacs are both perfectly capable editors, both have been used to make huge amounts of code. Both are great for updating configuration files, both beat the simple editors when it comes to syntex highlighting and encouraging correct updates

  • Hemingways_Shotgun@lemmy.ca
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    3
    ·
    6 days ago

    nano is usually built in. Adding another one is just redundant if all you’re using it for is editing an occasional config file.

    Honestly never understood the hate for it. Who cares? Petty, stupid, nerd-wars over little crap like a text editor is the reason average people don’t even consider linux.

    • psud@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      Nano is fine for editing, fine for working with configuration files. It only fails when you try to use it as a development editor

    • Skullgrid@lemmy.worldOP
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      6 days ago

      I very rarely see people hate nano (except a few comments in this thread), and I always see nano recommended as the text editor when people give advice on doing things in the command line

    • kkj@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 days ago

      I see vim preinstalled more than nano (e.g. in container images). I’ve been trying to convert to micro, though. It has better support for terminal emulators than nano.

  • Steamymoomilk@sh.itjust.works
    link
    fedilink
    arrow-up
    15
    ·
    7 days ago

    Some real talk.

    Can we just include the 4 most popular text editors on basic systems??

    Like i wanna scream when there isnt my text editor installed on a lightweight distro.

    Vi Emacs Micro Nano

    For context,

    Debian ships with nano and vi Openwrt only ships with nano

    Like cant we just include small editors. In a perfect world i would want neovim installed. But i understand its larger and has alot more dependency’s.

    So having VI isnt as good but im willing to be reasonable.

    JUST INCLUDE VI

    the reason i learned vim is because VI is installed by default on almost every distro.

    Im tempted to try emacs tho

  • Bilb!@lemmy.ml
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 days ago

    Linux text editor discourse has been baffling to me for decades now. I don’t care which you use, and I care even less about why.