I’m trying out Obsidian for taking notes, and this made me laugh.

  • psycho_driver@lemmy.world
    link
    fedilink
    arrow-up
    74
    ·
    1 year ago

    I mean, it’s true.

    I’ve been using linux pretty exclusively at home for almost 25 years now. Program. Script. Work in the shell a lot, and the other day I had to use vim and it took me a while to remember the basic commands. I’m a nano guy :\

    • gornius@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      1 year ago

      Honestly, if you work in a shell a lot, learning vim is a great investment. You’re gonna fly through files editing them faster than with any IDE.

    • DaTingGoBrrr@lemmy.ml
      link
      fedilink
      arrow-up
      17
      ·
      1 year ago

      I also started off using nano. Have you tried Micro? It’s like nano on steroids and with good keybindings

      • dan@upvote.au
        link
        fedilink
        arrow-up
        12
        ·
        1 year ago

        At some point Nano added Ctrl+S for save. That’s all I needed. Its syntax highlighting is decent too.

      • pascal@lemm.ee
        link
        fedilink
        arrow-up
        11
        ·
        1 year ago

        Nano, Pico and Micro? is this editor trying to !compensate for something?

      • flubba86@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        +1 for micro. I install it on every server I administer, and alias it to nano. If you’re a nano user and haven’t tried micro, I highly recommend it. It’s like nano, but built this century, it feels fast and modern.

    • flop_leash_973@lemmy.world
      link
      fedilink
      arrow-up
      16
      ·
      edit-2
      1 year ago

      I’m with you on that. VIM is a good example of a tool that the deepness of the tool makes it aggravating to use for the 90% of simple use cases.

      Unless you use VIM enough for the shortcuts to be second nature it is faster to install Nano, make the changes, and remove Nano than it is to use VIM.