• MunkyNutts@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    I’m new to the Linux programming scene, I’m a chemist but have been learning as a hobby and did a little BASIC and Pascal as a child, and from my experience and research the best three steps are:

    1. sudo apt install nano

    2. nano [filename]

    3. ctrl+x

    I’m being somewhat facetious, but haven’t enough knowledge to know if it’s better/powerful than nano, still a real green noob.

    • somegeek@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      Nano is for chemists maybe. Editing couple of lines and saving.

      But vim is one of the most powerful text editors ever created. It’s so powerful and good that it gets ridiculous. Also, from an ergonomic standpoint, your body will thank you for using vim/neovim

    • littleomid@feddit.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 day ago

      VIM is waaaaaaaaay more powerful and faster than nano. I personally use VIM motions in emacs. That’s how efficient I find them.

    • lukalix98@programming.dev
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      1 day ago

      I get it, I was the nano guy before trying vim, now I can’t go without vim, and beleive me I’ve yet to unlock full vim potential.