• macniel@feddit.de
    link
    fedilink
    arrow-up
    36
    arrow-down
    4
    ·
    5 months ago

    GNU nano is a nice easy text editor… but it’s so clunky when you have become comfortable with vim (perhaps the same with Emacs).

    • thehatfox@lemmy.world
      link
      fedilink
      English
      arrow-up
      28
      ·
      5 months ago

      Using nano as a vim user is a lot less clunky than trying to use vim as a vim non-user though.

      Or so I would imagine, all of the vim novices are still too busy trying to exit vim to share their experiences.

    • Lung@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      5 months ago

      Neat that it has this new modern binds mode where it understands normal copy paste and stuff

    • uranibaba@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      5 months ago

      I love nano for simple things, like writing commits. Anything more complex and I use Sublime Text.

    • iiGxC@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      5 months ago

      Also worth checking out helix editor. Once you do the tutorial it makes vim feel clunky

    • john89@lemmy.ca
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      5 months ago

      I think nano is good for quick and dirty editing.

      Anything else should be done locally on your development machine with a GUI, then pushed to your server as an update.

      • Kushan@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        5 months ago

        Yeah I love nano. I can use vim a little, enough to make a change and save the output. I can even exit vim!

        But 9 times out of 10 if I need to edit a text file in a terminal window, I’m just making a quick config change - I need the terminal equivalent to notepad, not the terminal equivalent to an IDE.

        Nano is exactly what I need, nothing more and nothing less.

    • DefederateLemmyMl@feddit.nl
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      6
      ·
      edit-2
      5 months ago

      apt purge nano is one of the first things I do on a new Debian installation. Much easier to remember than having to use update-alternatives, select-editor and the $EDITOR variable to convince the likes of vigr,vipw, visudo,crontab -e,… that I really want to use vim as my primary editor.