I’ve used VS Code for a long time, but have recently grown weary of Microsoft’s approach to OSS. I’ve checked out VS Codium which seems like it might be a great option.

What text editor are you using?

  • SudoDnfDashY@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    3 years ago

    I only really use Vim. Mainly because vi is installed on basically every server and distro, so it is what I got used to.

    • a_Ha@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      3 years ago

      1- terminal-based text editor,
      2- with mouse support,
      3- 1000 x better than nano(editor) & vim (just kidding, 5 x better)

      • tmpod@lemmy.pt
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        Vim and neovim have mouse support as well. Micro has less plugins and is overall less configurable than (neo)vim. The style sure is different, but in terms of features, vim outclasses micro atm.

        • GenkiFeral@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          3 years ago

          I may break down and learn some vim keybindings soon since so many other Linux or FOSS programs use it or can use it. But, until then, why waste time learning a bunch of stuff when micro allows me to use the newer standard keybindings that most programs use (^s to save; ^v to paste, etc)?

  • loki@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    3 years ago

    I use Neovim, LiteXL, and VS Codium depending on the project size and needs. no one tool suits all.

  • iortega@lemmy.eus
    link
    fedilink
    arrow-up
    3
    ·
    3 years ago

    TL;DR: Neovim.

    Because I feel exceptionally happy today, I’m going to talk about my journey among text editors:

    Unnecessary text

    I will start from Vim.

    I started using Vim 5 years ago.
    i = 0
    while (still using vim) and i < 6:
    test Emacs vanilla
    give up with Emacs vanilla
    i++
    wait 1-4 months
    test Emacs Xah-Fly-Keys;
    Success
    wait 2 months
    Back to Vim.
    Test again vanilla Emacs 2 more times while using vim.
    Test again xah-fly-keys Emacs.
    After Several months…
    Upgrade to Neovim!
    2 days later: Back to Vim.
    X more time.
    We are on Q1 2020. Let’s use Doom Emacs!
    While using Doom Emacs I copy vim configs to Neovim because I got bored of Doom for a week.
    Doom possesses me for 2 years (while still using Neovim for terminal things sometimes).
    2021 Summer I move my Vimrc configs on neovim to Lua. Still Doom.
    Doom Emacs decides to no longer open and freezes on startup. Nice.
    Now I’m on Neovim. Waiting for nativecomp Emacs. I still regularly open Doom Emacs to check whether it got fixed magically by itself (no luck as of today).

    I’m happy with with neovim currently. I feel like neovim is like more robust and Doom Emacs can like do many many super cool and maybe little things, but sometimes decides to bug itself. Hard choice.

      • iortega@lemmy.eus
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Your comment didn’t arrive to me until today. I already fixed the problem. I seemed to have some kind of error on my config, but for some reason I didn’t matter until the day Emacs broke. dunno.

      • GenkiFeral@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        the fights between emacs and vim can be a lot like the fights between Sunis and Shiites. ridiculous and all for nothing. I’d like to see the two come together somehow, to work as a team.

    • Delzur@fapsi.be
      link
      fedilink
      arrow-up
      0
      ·
      3 years ago

      Not downvoting but I’m puzzled. Why switching to nano? After 20 years of vim you probably are an advanced user. After getting some of the goodies of vim, I cannot understand how nano can be appealing. Care to elaborate?

      • marmulak@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        Depends on the use case. I used to think nano was stupid too until I tried to use it for real, and I realized that it is among the best designed editors I’ve ever used. Yes, it is more simple and don’t offer all the functionality of vim. It might be able to do a couple things vim can’t, but I would have to double check on that. (Like emacs, nano can re-wrap hard-wrapped text to a specific width, which I’m not sure is easy to do in vim.)

        For certain edits or tasks, vim might end up being more trouble than it’s worth.

  • someone@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    I use Vim very often, but work recently bought me a license for PyCharm and I’m loving it.

    I suppose what you’ll want to use depends on your use case. For what I use it for—mainly bash, python, and terraform—PyCharm works very well.

  • mtumishi@baraza.africa
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    Kate + RStudio.

    I spend a lot of time working in R so RStudio is a practical choice. It could be better in many ways though, which is why I use Kate for general editing tasks.