Which text editor do you use?

  • nieminen@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    21 minutes ago

    I use nano for simple text edits, anything more and I use sublime, or code.

    Used to develop c++ in emacs though, never got the benefit of VIM, super hard to use.

  • luciferofastora@feddit.org
    link
    fedilink
    arrow-up
    1
    ·
    28 minutes ago

    Linux has made great strides to being approachable for new users. The agony of choice for so many things (distro, editor, nearly any tool family with more than one option) and the factionalism around the options is probably one of the few big obstacles left.

    I don’t have a solution for the factionalism. I’d put forth a suggestion for a simple “standard” choice (Kate/gedit for GUI and nano for CLI; I personally use vim, but I think nano is more approachable) but I’m sure someone will disagree and we’re back to square one.

  • sumsinj@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    I use nvim/ vim just because i was new and didn’t know anything I could edit on an ssh connection with beside vim. And it isn’t that hard, using lazyvim atm (still new and dont have time to configure myself) and if I can just use the mouse if I am too stupid, not that hard. But it get more and more convenient as time goes on. You encounter enough times and just think to yourself “is there a better way?” and most of the time there is! Just start with “i”, “<Esc>” and “:wq”.

  • ragas@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    I used to use nano.

    Since I learned how to exit vim, without murdering it, I use vim. Vim is mostly my choice becasue deleting and moving lines is incedibly fast and it has the very best code highlighting.

  • Digit@lemmy.today
    link
    fedilink
    English
    arrow-up
    12
    ·
    8 hours 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

  • this@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 hours ago

    All I’m gonna say is than nano is installed on almost every Linux os and has the keyboard shortcuts written on the UI.

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

      Who doesn’t have vi/m?

      Fwiw, helix also gives visual feedback on bindings if a key is a table for mutiple bindings.

  • Bluewing@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 hours ago

    Having gone thrugh the litany or editors over the years. I have stripped down my needs to nano. I just need a quick edit here and there on occiasions.

  • Digit@lemmy.today
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    Which text editor do you use?

    • Emacs mostly
    • sometimes fin for configs and some other small file tweaks and when developing/testing fin,
    • sometimes mcedit just because it’s an awesome under sung hero of easy tui text editors. … beats nano imo.
    • sometimes leafpad, like when i need some intermediary between things that are being stubborn to paste between
    • rare neovim, like when i’m trying to learn neovim, or trying something that only neovim has
    • rare nano… there are probably still times…
    • once kate to see what it was like, I liked it, then I added the features I liked to emacs.
  • Allero@lemmy.today
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    12 hours 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.

    • zerofk@lemmy.zip
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      12 hours ago

      That’s how you breed scrubs who can’t M-x-butterfly. I say give them a distro that boots into vi and starts a background process that block internet access around them. If they manage to quit vi and kill the daemon, they’re ready for Linux.

    • da_cow (she/her)@feddit.org
      link
      fedilink
      arrow-up
      4
      ·
      12 hours 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
        ·
        37 minutes 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.

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        3
        ·
        8 hours ago

        Kate is a basic GUI text editor that can highlight syntax, suggest options and do other things useful for code and configs. Comes with KDE (which is a common newbie recommendation) and is available as Flatpak everywhere else.

        But sure, there are instances where you should use CLI text editors. If you need to edit text files as root, this is generally the best option. Also, it’s the only option for headless setups and SSH. For that, nano will do.