this post was submitted on 22 Jan 2026
524 points (97.8% liked)

linuxmemes

30549 readers
1747 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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.
  • Don't come looking for advice, this is not the right community.
  • 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 figuresWe 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.

    founded 2 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] Alawami@lemmy.ml 62 points 1 month ago (6 children)

    May I introduce you to the simple life of just using whatever text editor and terminal that comes presintalled on your favoraite distro? It's ridiculous how far this can get you, I've been enjoying gnome text ediotor with gnome terminal.

    [–] TerHu@lemmy.dbzer0.com 44 points 1 month ago (2 children)

    ed is a truly wonderful editor indeed!

    [–] ozymandias117@lemmy.world 30 points 1 month ago

    The greatest WYGIWYG editor, with an extremely consistent error interface.

    https://www.gnu.org/fun/jokes/ed-msg.html

    Works great on 300 baud; not many editors can boast that. Also, if your programs are all under 2000 lines long.

    [–] librekitty@lemmy.today 14 points 1 month ago

    some distros ship kate, and that's a super good pick for code editing

    [–] smiletolerantly@awful.systems 10 points 1 month ago* (last edited 1 month ago)

    Yeah no thanks. Linting, formatting, LSP integration, Treesitter,... are just kind of essential for programming work. And the advantage of nvim/emacs/... is that you can bend them to your will and preferences.

    If you just want to edit some config files, sure, use literally anything. But I need something proper for work, and if I already set all of that up, might as well use it for the config files, too.

    [–] sepi@piefed.social 5 points 1 month ago

    Fake news. Emacs is the only text editor non-heathens and heathens should be using.

    load more comments (2 replies)
    [–] avidamoeba@lemmy.ca 44 points 1 month ago (8 children)

    You really should use vim though.

    [–] cows_are_underrated@feddit.org 22 points 1 month ago (1 children)

    No (I already somewhat learned Emacs, I ain't gonna learn something new)

    [–] avidamoeba@lemmy.ca 43 points 1 month ago* (last edited 1 month ago) (7 children)

    That's how the meme goes though. Anytime someone suggests, says something positive about one of vim or emacs, the response should be that they should use the other. πŸ˜„

    It's an almost 40-year-old flame war.

    [–] Rozauhtuno@lemmy.blahaj.zone 33 points 1 month ago (2 children)
    [–] Skullgrid@lemmy.world 6 points 1 month ago* (last edited 1 month ago) (1 children)

    I even tried micro.

    me want nano. nano edit important file pulsar can't. dolphin angry if me use like administrator.

    load more comments (1 replies)
    load more comments (6 replies)
    [–] Prunebutt@slrpnk.net 8 points 1 month ago
    load more comments (6 replies)
    [–] TheRealKuni@piefed.social 32 points 1 month ago (1 children)

    I’ve been using emacs for work for years because the proprietary language I have to work in was set up with emacs as the default editor. I bitched and moaned when I first started because I was used to more modern solutions.

    When they finally got VS Code support working…I stayed with emacs. Stockholm Syndrome, I suspect. But I know what I’m doing in emacs. I’m comfortable.

    [–] Decq@lemmy.world 5 points 1 month ago (1 children)

    A wild guess.. Magik/Smallworld? That was it for me.

    [–] TheRealKuni@piefed.social 6 points 1 month ago* (last edited 1 month ago) (1 children)

    Nah, it’s called CM which I believe stands for Configura Magic. It’s a C-based language sort of similar to C#, but specifically made for use with Configura’s space-planning software.

    I actually like the language, I just hate that it’s extremely niche.

    Edit: the similarity between the names Magik and Configura Magic is not lost on me, but I don’t think they’re related.

    load more comments (1 replies)
    [–] rtxn@lemmy.world 15 points 1 month ago (2 children)

    Neovim with Nvchad is what finally made me ditch pretty much all other IDEs. As much as I used to like Jetbrains, they've pivoted to vibe coding so hard that I can't justify using their IDEs.

    [–] ExLisper@lemmy.curiana.net 5 points 1 month ago (1 children)

    I like neovim for personal projects in Rust, Lua and JS but for collaborative work in Java it's not really usable for me. Database access, merging big PRs, unit testing tools, debugging, integrations with Spring... I always saw too many feature gaps to even try.

    load more comments (1 replies)
    load more comments (1 replies)
    [–] verstra@programming.dev 15 points 1 month ago (4 children)
    [–] BartyDeCanter 5 points 1 month ago

    There are dozens of us!

    [–] clif@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

    I decided to give it an honest try after somebody mentioned it on lemmy a few weeks ago.

    ... I really like it.

    I still pop open Theia if I'm just doing some research that has me hopping all around, or sometimes on a separate monitor for a referenced project/library associated with my work, but I do the actual work in Helix.

    [–] Deebster@infosec.pub 5 points 1 month ago

    I guess we are more on the vim side in the editor wars, but only against our shared foes

    load more comments (1 replies)
    [–] the_riviera_kid@lemmy.world 13 points 1 month ago (1 children)
    [–] cows_are_underrated@feddit.org 6 points 1 month ago* (last edited 1 month ago) (2 children)

    All time classic.

    Im not going crazy just playing around a bit, remapping some keybindings and so on. It is in fact kind of fun.

    (I actually just tried jumping to the first line of my comment while writing it using C-a, which is the default keybind for this in emacs. I think its getting worse. Aaaaaaaaghhhhhhhhhh)

    [–] promitheas@programming.dev 8 points 1 month ago (1 children)

    Im a neovim user myself, and i swapped my caps and escape keys at the os level. I touch another computer and am WONDERING WHY IM WRITING LIKE THIS xD

    load more comments (1 replies)
    load more comments (1 replies)
    [–] Wofls@feddit.org 12 points 1 month ago (1 children)

    Save yourself the trouble and just skip ahead: real programmers use butterflies

    [–] elvith@feddit.org 13 points 1 month ago

    Good ol’ C-x M-c M-butterfly

    [–] AceFuzzLord@lemmy.zip 10 points 1 month ago* (last edited 1 month ago) (4 children)

    I may be crazy, but for regular text file, VIM is usually my go to. But, because of tag auto completion Bluefish has been my HMTL/CSS editor for a while. Most other things are in VIM. Bash? VIM. Python? VIM. C? Trash bin! Did not like the C class I took last quarter!

    Exception being things like .docx or .odt files that have no business being opened in VIM.

    load more comments (4 replies)
    [–] dogs0n@sh.itjust.works 10 points 1 month ago (1 children)

    Say goodbye to your pinkie

    load more comments (1 replies)
    [–] eestileib@lemmy.blahaj.zone 10 points 1 month ago (1 children)

    emacs kicks ass

    It becomes a tool for doing whatever you are doing at the moment.

    [–] Corngood@lemmy.ml 5 points 1 month ago (2 children)

    I think the beauty of Emacs is not that it gives you a text editor, but that it gives you a lisp environment.

    load more comments (2 replies)
    [–] mlg@lemmy.world 10 points 1 month ago (6 children)

    Use micro after everyone makes fun of you for using nano

    load more comments (6 replies)
    [–] outerspace@lemmy.zip 9 points 1 month ago

    The problem with Emacs is that it sucks but there is nothing better, and you are getting stuck with it forever. Welcome!

    [–] callyral@pawb.social 9 points 1 month ago* (last edited 1 month ago) (1 children)

    I used to use Neovim until I got tired of it and switched to Helix. I tried Emacs for a bit but turns out that Helix does everything I need it to do without any extra configuration.

    And of course I use caps:swapescape because I am not reaching all the way to the Escape key all the time.

    load more comments (1 replies)
    [–] yetAnotherUser@lemmy.ca 7 points 1 month ago (1 children)

    Emacs and (Neo)Vim are a bit too overwhelming for me. I've tried Neovim for a relatively long time, but I felt kind of overloaded with the vast amount of features and plugins it has. I've tried Emacs a bit, but its complexity always scared me (not to mention it uses its own version of Lisp, a language that is notorious for its ability of creating new language features on the fly, hence even more complexity). I've been using Helix, and I couldn't be happier. I've realized that I don't really care much about editor customization, and that what I was looking for was just a cool modal editor with some useful features (such as file picker, LSP, tree-sitter, multiple cursors, ...). The keybinds are also easier to grasp, as fewer of them feel arbitrary compared to Vim. In Vim and Emacs, it feels like you can do everything, while in Helix, it feels more like you can do everything the developers think that might be useful for you. Who knows, maybe I'll try again Emacs and (Neo)Vim again in the far future, but I don't feel like it for now.

    [–] BartyDeCanter 5 points 1 month ago (2 children)

    May I recommend Helix? It’s a modal editor like vim, but has a better out of the box experience, better discoverability for commands, and uses an easier to understand select->command syntax.

    [–] WhosMansIsThis@lemmy.world 7 points 1 month ago

    Just started using helix a few months ago and I'm in love. The movement took a second to get used to but its super efficient once you get the hang of it. I highly recommend it, especially if you're doing any kind of programming or sysadmin work and you hate gui ides.

    load more comments (1 replies)
    [–] Siethron@lemmy.world 6 points 1 month ago (1 children)
    [–] LadyMeow@lemmy.blahaj.zone 7 points 1 month ago

    WARNING: buffer has changed, add ! To quit without saving!

    [–] Alcan@lemmy.world 6 points 1 month ago (1 children)

    One of my year goals is to change from vsc to vim hehe

    [–] lilith267@lemmy.blahaj.zone 6 points 1 month ago (1 children)

    This is also my goal! ...since 2020.

    I love vim/nvim but I've gotten used to using VIM more as a text editor then an IDE. Writing a script? Taking notes? Maybe even a small program? VIM all the way. Working on a big project that needs an LSP? Either spend the next 20 hours fucking with your VIM config and 20 plugins to get basic functionality... Or just open VSCode and install one plugin

    Heres to hoping since NVIM 0.11 with their LSP overhaul I can finnally make the full switch

    load more comments (1 replies)
    [–] whimsy@lemmy.zip 6 points 1 month ago

    Emacs is love, emacs is life

    [–] Lyubo@lemmy.ml 5 points 1 month ago (1 children)

    Good, good! You're on the right way! But remember, there is a world outside your Emacs, don't forget about it.

    [–] Stitch0815@feddit.org 8 points 1 month ago (1 children)
    [–] MrChewy@lemmy.world 7 points 1 month ago* (last edited 1 month ago) (2 children)

    Surely, you mistyped neovim?

    load more comments (2 replies)
    [–] sem@piefed.blahaj.zone 5 points 1 month ago (7 children)

    I keep thinking that as I use vim, I'll feel the need to learn more commands, but I hardly do anything except:

    • q, wq, or q!, quit with or without saving
    • i, insert
    • set:paste, preserves spacing
    • Shift-insert, pastes if shift-ctrl-v doesn't work
    • / , search for a string (iirc, don't really need it much).

    What are your vim GOTOs?

    [–] Stitch0815@feddit.org 6 points 1 month ago (5 children)

    My most used commands are also just the classics

    cw - delete the next word amd enter insert mode

    dd - delete line

    gg - go to first line

    G - go to last line

    :s/searchphrase/replacephrase - search and replace

    And a couple of visual mode commands do cut and paste blocks or comment out blocks of code

    load more comments (5 replies)
    load more comments (6 replies)
    [–] eskuero@lemmy.fromshado.ws 5 points 1 month ago
    load more comments
    view more: next β€Ί