Which text editor do you use?

    • uniquethrowagay@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      Kate is by far the best GUI text editor I ever used. And unless it’s a short config file and I use nano, I want GUI. It’s not the 80s anymore!

  • Digit@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    It’s worse than the picture depicts. It’s not just the lovers, the elitists and the evangelists, it’s the sheer range of choice too, beyond the loudest.

    same cat surrounded by dozens of text editor courgettes that look like snakes

  • Allero@lemmy.today
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    First choice: use a normal damn GUI text editor

    Second choice: Nano. It’s simple and comprehensible, and a best CLI choice for newbies. You can then turn to vim, emacs, or whatever, but don’t make your life harder from the get-go

    People suggesting to start with Vim are probably the same ones pushing for Arch as a first distro. C’mon.

    • da_cow (she/her)@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      use a normal damn GUI text editor

      The right choice as long as you don’t want to edit code/config files. Trust me, writing code inside libre office is not fun.

      • cockmushroom@reddthat.com
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Libre office isn’t a text editor it’s a document processor; more like a gui for something like TeX, or realisticially html, than a program for reading/editing plain text.

  • whyNotSquirrel@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    nano lovers? Is there such thing? Nano was the one I used until I learned how to do basics on vim, nano is just the more intuitive/easiest way to just edit a file and it’s enough most of the time

    • Cris_Citrus (he/him <3)@piefed.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      You might like micro :) its like nano but with more user friendly features like Ctrl+s for save, and clicking places to change cursor location. I think you have to enable the “cheat sheet” of keyboard commands being visible all the time if you want it to always be showing like I do

      It also supports extensions but I don’t really care about that lol. I just want something simple with nice ux :)

      • Techno-rat@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        p sure latest nano can do all that, you can atleast change the default save bindings to ctrl s in the .nanorc file and im p sure most distros include a build of nano that has mouse support. If its supported by the build, its just a settings toggle in the rc file likr the bindings :)