525
top 50 comments
sorted by: hot top new old
[-] Alawami@lemmy.ml 62 points 8 months ago

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 8 months ago

ed is a truly wonderful editor indeed!

[-] ozymandias117@lemmy.world 30 points 8 months ago

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

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

[-] dejected_warp_core@lemmy.world 11 points 8 months ago

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 8 months ago

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

[-] smiletolerantly@awful.systems 10 points 8 months ago* (last edited 8 months 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 8 months 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 8 months ago

You really should use vim though.

[-] cows_are_underrated@feddit.org 22 points 8 months ago

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

[-] avidamoeba@lemmy.ca 43 points 8 months ago* (last edited 8 months ago)

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 8 months ago
[-] Skullgrid@lemmy.world 6 points 8 months ago* (last edited 8 months ago)

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 8 months ago
load more comments (6 replies)
[-] TheRealKuni@piefed.social 32 points 8 months ago

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 8 months ago

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

[-] TheRealKuni@piefed.social 6 points 8 months ago* (last edited 8 months ago)

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)
[-] verstra@programming.dev 15 points 8 months ago
[-] clif@lemmy.world 5 points 8 months ago* (last edited 8 months 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 8 months ago

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

[-] BartyDeCanter@lemmy.sdf.org 5 points 8 months ago

There are dozens of us!

load more comments (1 replies)
[-] rtxn@lemmy.world 15 points 8 months ago

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 8 months ago

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)
[-] the_riviera_kid@lemmy.world 13 points 8 months ago
[-] cows_are_underrated@feddit.org 6 points 8 months ago* (last edited 8 months ago)

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 8 months ago

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 8 months ago

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

[-] elvith@feddit.org 13 points 8 months ago

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

[-] AceFuzzLord@lemmy.zip 10 points 8 months ago* (last edited 8 months ago)

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 8 months ago

Say goodbye to your pinkie

load more comments (1 replies)
[-] mlg@lemmy.world 10 points 8 months ago

Use micro after everyone makes fun of you for using nano

load more comments (6 replies)
[-] eestileib@lemmy.blahaj.zone 10 points 8 months ago

emacs kicks ass

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

[-] Corngood@lemmy.ml 5 points 8 months ago

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)
[-] callyral@pawb.social 9 points 8 months ago* (last edited 8 months ago)

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)
[-] outerspace@lemmy.zip 9 points 8 months ago

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

[-] yetAnotherUser@lemmy.ca 7 points 8 months ago

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@lemmy.sdf.org 5 points 8 months ago

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 8 months 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)
[-] Alcan@lemmy.world 6 points 8 months ago

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

[-] lilith267@lemmy.blahaj.zone 6 points 8 months ago

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)
[-] Siethron@lemmy.world 6 points 8 months ago
[-] LadyMeow@lemmy.blahaj.zone 7 points 8 months ago

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

[-] whimsy@lemmy.zip 6 points 8 months ago

Emacs is love, emacs is life

[-] Lyubo@lemmy.ml 5 points 8 months ago

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 8 months ago
[-] MrChewy@lemmy.world 7 points 8 months ago* (last edited 8 months ago)

Surely, you mistyped neovim?

load more comments (2 replies)
[-] eskuero@lemmy.fromshado.ws 5 points 8 months ago
load more comments
view more: next ›
this post was submitted on 22 Jan 2026
525 points (97.8% liked)

linuxmemes

32845 readers
839 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 of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 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 3 years ago
    MODERATORS