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

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

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

  • cepelinas@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    10 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
      0
      ·
      10 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.

  • ranzispa@mander.xyz
    link
    fedilink
    arrow-up
    0
    ·
    10 days ago

    I mean, nano is cool I guess.

    But just today my colleague asked what parameter add to a configuration file. He asked me should it be before or after this line? I told him before, he added it after. He had to select the line with the mouse, copy the text, go above, paste it, go back and delete the line character by character.

    I mean, not too bad; but I was feeling very bad while seeing it happen.

  • Rose@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    VS Code is probably the editor that’s easiest to exit. If I ran it on the computer I first ran Emacs on, it’d exit immediately, because VS Code requires a modern version of Windows and that computer had Windows 3.11. If I ran it on the first computer I ran Linux on, it’d also exit immediately because the machine would run out of memory. (…it was a 486DX, I don’t remember how much memory it had, but VS Code doesn’t run well if your memory is measured in megabytes)

  • bandwidthcrisis@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 days ago

    I pressed 6 while holding shift, then x. But it just typed ^x in my file.

    Maybe I need to swap black and white as I type them, but I don’t know how to do that.

  • Grass@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    9 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.

  • Steamymoomilk@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    9 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

  • neomachino@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    When I was first learning how to code I was working on some beginner project and couldn’t figure it out. I asked a friend who knew a few things what I was doing wrong and he hopped on my computer, fixed the code then opened it in vim and told me my project wasn’t working because of whatever text editor I was using (I think sublime). So for like a year I hardly learned how to code but I got pretty dang good with vim.

  • smh@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    9 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.