Lemmy.VG
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year ago

Me giving advice about text editors

lemmy.world

message-square
157
link
fedilink
968

Me giving advice about text editors

lemmy.world

renzev@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year ago
message-square
157
link
fedilink
alert-triangle
You must log in or register to comment.
  • Naich@lemmings.world
    link
    fedilink
    arrow-up
    141
    ·
    1 year ago

    Once you try Vim you will never use another text editor. Or any other program for that matter because you won’t be able to exit.

    • davidgro@lemmy.world
      link
      fedilink
      arrow-up
      31
      ·
      1 year ago

      I also had that experience with emacs, which has a built in help system. I couldn’t find a topic on ‘exit’ or ‘quit’ and refused to just search online.

      Took me half an hour.

      • m4m4m4m4@lemmy.world
        link
        fedilink
        arrow-up
        16
        ·
        1 year ago

        and refused to just search online

        Unless you were f*cked by your ISP as I am right now, that’s having some balls. Or being masochist. But nothing in between

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

          I really didn’t want to let it win.

      • vuran@thelemmy.club
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        I’m editor bilingual but im a bit rusty in Emacs, so skill check: its C-x C-c right?

        • wookiepedia@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          1 year ago

          Ctrl + meta + butterfly

        • YTG123@sopuli.xyz
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          1 year ago

          Yes. Though I believe it only kills the current frame if there are multiple

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

            No, I think that exits. C-c k kills the buffer, C-x 0 (zero) will kill the frame. But I may have changed my binds and can never remember which is window and which is frame in emacs terms.

            However, it’s somewhat moot as just about everywhere you run emacs, it’ll open up in gui mode and you can use the file menu. (Or use F10 to bring up the menus in terminal, but I have no idea where on the manual it would say that)

    • kevincox@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      What are you running MS-DOS? laughs in multi-tasking.

      I just drag my vi terminals to another workspace and launch a new editor.

      • MajorHavoc@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        I just drag my vi terminals to another workspace and launch a new editor.

        I see what you did there. Lol.

    • KSP Atlas@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Emacs

  • RachelRodent@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    55
    ·
    1 year ago

    nano just works for me man

    • nickwitha_k (he/him)@lemmy.sdf.org
      link
      fedilink
      arrow-up
      18
      ·
      1 year ago

      Getting used to vim has made nano unusable for me. The muscle memory is too strong. That and all of the regex and plugin features (ex. LSP) are just too useful.

      • ArchAengelus@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        12
        ·
        1 year ago

        I had the same experience. Nano is great if you’re used to notepad or a generic, limited text editor.

        Once you learn a terminal editor like eMacs or vim, why go back? So much less hand motion going to mouse, arrows, and back.

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

        Only a Vim user can call RegEx an advantage

        • kattfisk@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          I use macros to solve most of the same problems. You just on-the-fly record a sequence of regular vim commands that you can then replay as many times as you need. Great for formatting a bunch of data without having to deal with the misery of regex

          • nickwitha_k (he/him)@lemmy.sdf.org
            link
            fedilink
            arrow-up
            2
            ·
            1 year ago

            Also a good choice. Just never had the need since I knew a bit of regex before learning vim.

        • nickwitha_k (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          The ability to use a powerful, standardized string query and transformation language if one wants? Yes, I do call it an advantage.

    • burgersc12@mander.xyz
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      I liked Micro just a little bit more than Nano

      • 299792458ms@lemmy.zip
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        I tried Micro and I found that its just Nano with a better interface and much easier to use. Its great actually but I like the vim movements.

      • RachelRodent@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        first time hearing about it gota give it a try

  • Mora@pawb.social
    link
    fedilink
    arrow-up
    40
    ·
    1 year ago

    alias vim=“nano”

    • ma1w4re@lemm.ee
      link
      fedilink
      arrow-up
      43
      ·
      edit-2
      3 months ago

      deleted by creator

      • popcorp@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        You forgot

        alias v=nvim

  • cccc0@sh.itjust.works
    link
    fedilink
    arrow-up
    38
    ·
    1 year ago

    Vim is a puzzle based text editor

    • AVengefulAxolotl@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      1 year ago

      Exactly, it is lovely. Editing text with it is actually enjoyable.

      • renzev@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        8
        ·
        1 year ago

        The dopamine rush when you nail a complicated %s regex search-and-replace first try is insane

        • nickwitha_k (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Aww yeah. Feels good.

    • embed_me@programming.dev
      link
      fedilink
      arrow-up
      10
      ·
      1 year ago

      Performing all those whacky movements and operations is nothing short of an arcade gaming experience.

    • BaumGeist@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      4 months ago

      deleted by creator

  • itslilith@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    36
    ·
    1 year ago

    Helix <3

    • Jumuta@sh.itjust.works
      link
      fedilink
      arrow-up
      12
      ·
      1 year ago

      vanilla helix is so nice, the keybindings make so much more sense and it feels really comfortable

    • serenissi@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      Yeah hx. It was hx that finally made me use vi style navigation and now I choose vim over nano almost always.

      • itslilith@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        10
        ·
        1 year ago

        I’m halfway between hx and vim, I vastly prefer the helix/kakoune philosophy of selection, then action over vim, but I’m dearly missing plug-in support for Helix

        • Lupec@lemm.ee
          link
          fedilink
          arrow-up
          6
          ·
          1 year ago

          I was going to point to visual.nvim as a possible middle ground, but it’s now archived :(

          Disclaimer: I haven’t actually tested it myself

          • itslilith@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            5
            ·
            1 year ago

            I’m just gonna be patient. Vanilla Helix is very much usable for everything I need it for at the moment, with built in LSP support, and plug-in support is on the horizon. Not sure when exactly, but it’s gonna happen eventually

            • Lupec@lemm.ee
              link
              fedilink
              arrow-up
              3
              ·
              1 year ago

              Yeah I’m with you there, vanilla helix meets basically 90% of my needs so I’m not in any real rush to change

  • Sunoc@sh.itjust.works
    link
    fedilink
    arrow-up
    35
    ·
    1 year ago

    This, but Emacs

    • Boxscape@lemmy.sdf.org
      link
      fedilink
      arrow-up
      45
      ·
      1 year ago

      This, but Emacs

      Emacs pinky

      • Sunoc@sh.itjust.works
        link
        fedilink
        arrow-up
        13
        ·
        1 year ago

        Nooo not the pinky ! :(

      • KurtVonnegut@mander.xyz
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        (setq evil-mode 'pinky)

    • 9point6@lemmy.world
      link
      fedilink
      arrow-up
      24
      ·
      1 year ago

      With evil installed

      • Sunoc@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        1 year ago

        HELL naw

      • YTG123@sopuli.xyz
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        Might as well just use Vim then

        • django@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          12
          ·
          1 year ago

          Org-mode in Emacs is the best though. That is why i use Emacs with Evil.

      • gwilikers@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Yo, so Evil on Emacs is just vim keybindings, right? What’s DOOM Emacs?

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    1 year ago

    I do everything with cat, sed and awk.

    Fuck your TUIs.

    • silasmariner@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      But how do you write your awk script?

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        22
        ·
        1 year ago

        cat > filename << END of course.

      • interdimensionalmeme@lemmy.ml
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        chatgpt

      • kevincox@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        1 year ago

        ed

      • qfe0@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        6
        ·
        1 year ago

        https://xkcd.com/378/

  • fossilesque@mander.xyz
    link
    fedilink
    English
    arrow-up
    27
    ·
    edit-2
    1 year ago

    NANO GANG RISE

    for everything else, there’s sublime.

    • Boomer Humor Doomergod@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 year ago

      I tend to work on customer systems where I’m not allowed to install anything. I’ve yet to encounter one that doesn’t have vi installed, but I’ve seen a few without nano.

      • kattfisk@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        13
        ·
        1 year ago

        vi is part of the POSIX standard, so it’ll be available in some form on almost anything UNIX-flavoured

        • Boomer Humor Doomergod@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 year ago

          Which is a great reason to at least familiarize yourself with it. It’s the lingua franca of text editors.

          • kattfisk@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            9
            ·
            1 year ago

            Unless you wanted to learn to use ed (which you don’t)

            • pmk@lemmy.sdf.org
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              1 year ago

              ed is sadly not installed by default on some modern distros. Even vi is often a symlink to vim in vi-mode.

              • kattfisk@lemmy.dbzer0.com
                link
                fedilink
                arrow-up
                3
                ·
                1 year ago

                Really? Not that I’d notice, but I assumed ed was so tiny that there wouldn’t be any reason to not include it. (Ubuntu has it and it’s 59KB)

                Asking for vi and getting vim is just a pleasant surprise :)

          • fossilesque@mander.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 year ago

            :q!

    • caseyweederman@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      If you like Sublime, you’re gonna love Micro.

  • ludicolo@lemmy.ml
    link
    fedilink
    English
    arrow-up
    26
    ·
    1 year ago

    Anytime I open Vim I ask the same question.

    “how the fuck do I use you?”

    then go back to nano

    repeat.

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

      Have you tried micro? Nano but better.

      • woelkchen@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        1 year ago

        Have you tried GUI text editors? They’re like the CLI ones, just from this millennium. We’re no longer etching runes into rocks any more either.

        • ShrimpCurler@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          9
          ·
          1 year ago

          Sometimes it’s not so easy to fire up a GUI, like when you ssh into another machine.

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

            Sometimes it’s not so easy to fire up a GUI, like when you ssh into another machine.

            CLI text editors have their specific use cases. For all other cases GUI ones (Kate, VSCode,…) exist.

            • nickwitha_k (he/him)@lemmy.sdf.org
              link
              fedilink
              arrow-up
              2
              ·
              1 year ago

              CLI text editors have their specific use cases.

              Couldn’t agree more. My use cases tend to be:

              • text editor
              • note taking
              • IDE
              • config editor
              • log viewer
              • adhoc data prep
              • json viewer

              EMACS users sometimes add web browser and email client, among other things but, that’s a bit further than I go. The perf for either of the main two blows nearly any GUI editor out of the water and being able to pipe stdout/stderr to them is just the wonderful cherry on top.

        • caseyweederman@lemmy.ca
          link
          fedilink
          arrow-up
          8
          ·
          1 year ago

          Hopefully tongue-in-cheek.
          Because sure. Microsoft Word is the best IDE.

          • phlegmy@sh.itjust.works
            link
            fedilink
            arrow-up
            5
            ·
            11 months ago

            I personally prefer running wordpad with WINE, as I can’t afford an office subscription.

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

            Hopefully tongue-in-cheek.

            No.

            Because sure. Microsoft Word is the best IDE.

            Learn the difference between a word processor and a text editor.

            • caseyweederman@lemmy.ca
              link
              fedilink
              arrow-up
              7
              ·
              1 year ago

              Guess you’re not up on your memes. Frightfully sorry for responding to what I assumed was a meme answer with a meme answer.

        • Ricky Rigatoni@lemm.ee
          link
          fedilink
          arrow-up
          5
          ·
          1 year ago

          I refuse to use any GUI until people stop pronouncing it as gooey.

          • caseyweederman@lemmy.ca
            link
            fedilink
            arrow-up
            9
            ·
            1 year ago

            Well now I’m going to pronounce it gooey even harder!

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

            “Graphical UI” it is

            • Ricky Rigatoni@lemm.ee
              link
              fedilink
              arrow-up
              1
              ·
              11 months ago

              Acceptable.

            • Revan343@lemmy.ca
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              11 months ago

              That’s “graphical oowey”, right? /s

              I generally just say the letters; the amount of shit I get for saying gee en you…is not actually that much because I usually don’t interact with coding nerds via voice, only text, but if I did they would be livid

              Edit: For some reason I try to pronounce Xfce as a word instead of an initialism though, ‘ecks-fiss’. Maybe I’m just broken.

        • Revan343@lemmy.ca
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          X forwarding is too much work

      • caseyweederman@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Accurate. The keyboard shortcuts just make sense and it’s full of features from this millennia. Like control click for multi cursor, automatic syntax highlighting, and automatic lint indicators.

  • 4oreman@lemy.lol
    link
    fedilink
    English
    arrow-up
    24
    ·
    1 year ago

    Also; Don’t use vim.

    • renzev@lemmy.worldOP
      link
      fedilink
      arrow-up
      57
      ·
      1 year ago

      Yeah, neovim is better

      • 4oreman@lemy.lol
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        😂

      • Match!!@pawb.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        i haven’t tried it but I’m sick of ubuntu being years behind on vim versions, what’s good about neovim?

        • MajorHavoc@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          1 year ago

          what’s good about neovim?

          • NeoVim supports plugins written in modern languages without a Vim script shim. Vim script is utterly awful, and the sooner we can all pretend it never happened, the better the world will be.
          • NeoVim can be configured and extended with lua a language that many people actually like to use.
          • NeoVim is built client/server style, like VSCodium, so it can do the same remote/local mix and match tricks. Notably, VSCodium works nicely as a front end for editing files with NeoVim.
          • NeoVim is somehow actually faster. vim was no slouch, but a full rewrite seems to have added some…ahem…vim.
  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    21
    ·
    1 year ago

    Still don’t like it.

    • Klear@lemmy.world
      link
      fedilink
      English
      arrow-up
      25
      ·
      1 year ago

      Repeat as necessary.

      • Match!!@pawb.social
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 year ago

        qa Ienjoy<ESC>q 200@a

      • photonic_sorcerer@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        Why would I subject myself to unnecessary suffering?

        • milicent_bystandr@lemm.ee
          link
          fedilink
          arrow-up
          5
          ·
          1 year ago

          One must imagine you happy

  • andros_rex@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    1 year ago

    Genuinely took most of my notes in college on vim, when you get good it’s just faster.

    • smooth_tea@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      1 year ago

      I’m sure someone already made a graph plotting the hours wasted learning vs the seconds gained not moving your mouse.

      • superkret@feddit.org
        link
        fedilink
        arrow-up
        27
        ·
        1 year ago

        • MajorHavoc@programming.dev
          link
          fedilink
          arrow-up
          7
          ·
          1 year ago

          Nice.

          I’ve been using Vim daily for about 20 years, it saves me 30 minutes at a time regularly.

          I’m approaching break-even on the learning curve!

          I’m kidding…mostly.

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        1 year ago

        This. If it was your sole tool for daily tasks it makes sense, once a month to edit a config file…not so much.

        When I started working we had HP Unix Silicon Graphics systems, VI was our only text editor…so I have some commands as muscle memory. The rest of commands I open my tractor feed help printout from 30 years ago

  • dezmd@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 year ago

    The only Dad advice you nerds need:

    mcedit from the Midnight Commander (mc) tool is the superior text editor.

    I don’t even run arch, btw.

    • silasmariner@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      I’m a simple man. I see midnight commander, I think ‘dang, I need to use it more, stop calling me out’

    • regeya@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      I remember when the GNOME file manager was this kind of interesting hybrid that used MC for the backend. The one thing I liked about it was that it could be docked in Window Maker. Yep I was using a Dock in GNOME waaaaaaaaaaaaaay before most GNOME users.

      Nowadays it’s still possible to replicate my old Window Maker desktop in XFCE.

    • interdimensionalmeme@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Ok, let’s try that

      FIrst

      Ok, that is already more storage space than openwrt needs to run a full linux distro

      root@proxmox:~# mc mytestfile.txt

      Esscuse me, the fuck is this !?

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

        You’re looking at the full mc package rather than just mcedit. Even then, Midnight Commander is absolutely worth that whopping 7.9MB of space it takes for all the functionality it provides.

        Openwrt is not an example to use to compate against a package size, as it’s target built to fit into small firmware storage spaces on all sorts of random hardware. That’s comparing existential philosophy with oranges.

        Would you download a car?

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

          You bet I would down load a car ,!! I’m going to down a car right now !!

  • lustyargonian@lemm.ee
    link
    fedilink
    arrow-up
    18
    ·
    1 year ago

    I’ve no choice coz I haven’t been able to quit for last 7 years.

  • NateNate60@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    1 year ago

    If you don’t like Vim, you should stop being a milk-drinking sweetroll-eating WUSS

    • ma1w4re@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      3 months ago

      deleted by creator

    • MonkeMischief@lemmy.today
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I’ll always upvote well-placed Elder Scrolls trash talk, n’wah. Now gimme back my sweet roll, fetcher!

      …Also yeah I should attempt to learn Vim again lol.

linuxmemes@lemmy.world

linuxmemes@lemmy.world

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

Hint: :q!


Sister communities:
  • [email protected]
  • [email protected]
  • [email protected]
  • [email protected]

Community rules (click to expand)

1. Follow the site-wide rules
  • Instance-wide TOS: https://legal.lemmy.world/tos/
  • Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 554 users / day
  • 3.8K users / week
  • 8.76K users / month
  • 19K users / 6 months
  • 6 local subscribers
  • 27.2K subscribers
  • 1.56K Posts
  • 59.4K Comments
  • Modlog
  • mods:
  • Kevin@lemmy.world
  • zephyr@lemmy.world
  • rtxn@lemmy.world
  • BE: 0.19.11
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org