this post was submitted on 25 Jun 2026
18 points (78.1% liked)

Linux

14109 readers
279 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
top 21 comments
sorted by: hot top controversial new old
[–] Tja@programming.dev 19 points 2 days ago

Pirated Microsoft word running in wine.

[–] JakoJakoJako13@piefed.social 4 points 1 day ago* (last edited 1 day ago)

I like Emacs.

HdZVwJrNrNJ79oo.jpg

[–] breezeblock@lemmy.ca 17 points 2 days ago (2 children)
[–] Tja@programming.dev 16 points 2 days ago (3 children)
[–] TehPers@beehaw.org 2 points 19 hours ago

Of course there's a command for that.

[–] breezeblock@lemmy.ca 2 points 1 day ago

Now we must go to war.

[–] KissYagni@programming.dev 4 points 2 days ago (1 children)

I wonder how many people get this ref nowadays.

[–] Tja@programming.dev 4 points 2 days ago

Xkcd is timeless :D

[–] thingsiplay@lemmy.ml -1 points 2 days ago

There is no contest; it's not even funny.

[–] naeap@sopuli.xyz 3 points 2 days ago* (last edited 2 days ago)

I've worked years in vim with plugins, but keeing it up with plugins working, that are not maintained anymore was quite a pain.

It was the most perfect IDE I had though.

After that, I've tried CLion, because I quickly needed something that worked with really large projects.

But with every update it got worse.

Currently I'm on zed and kinda happy with it.
There is still some stuff I'm missing and their focus on AI seems to overpower necessary features like multi windows - which is my main concern, as I need those badly.

But I'm too over worked to actually setup a new vim/neovim environment and don't really know where to go...

Edit: many co workers went to VS Code, I'm spoiled with the search function of CLion.
Editing interfaces just by searching and replacing/extending existing code was a breeze. Didn't find this anywhere else...

[–] artwork@lemmy.world 8 points 2 days ago* (last edited 2 days ago) (1 children)

JetBrains, SublimeText, VS Code, NeoVim, Nano! <3

Though I am not on Windows OS, but if you are, you may find the debugger of Visual Studio (non Code) quite awesome, too.

[–] dbdr@nord.pub 3 points 2 days ago (1 children)

Once you're comfortable with (neo)vim, is there any reason to use nano?

[–] artwork@lemmy.world 2 points 2 days ago

NeoVim is a miracle, but is utterly rarely installed on machines, and especially on servers. Same as Micro.
Nano is frequently pre-installed, sometimes even with syntax highlihgting at /usr/share, more comfortable than standard Vim in general, I believe.

[–] zwerg@feddit.org 4 points 2 days ago (1 children)
[–] tormeh@discuss.tchncs.de 2 points 2 days ago (2 children)

I have no idea how good it is for C++, but Zed is so nice in general.

[–] TehPers@beehaw.org 1 points 19 hours ago

Is it good despite the LLM marketing on the front page? That turns me away whenever I look at it, but I'd be willing to try it if it doesn't shove LLMs down my throat.

[–] zwerg@feddit.org 1 points 2 days ago (1 children)

In my opinion, now that merges are easier to do, there is no reason to use VS Code any more. Now if only there was a native Slack client, I could be Electron free...

[–] kewjo@lemmy.world 1 points 1 day ago (1 children)
[–] zwerg@feddit.org 1 points 1 day ago

I'll try tomorrow... if I remember.

[–] somegeek@programming.dev 1 points 2 days ago

Don't waste time. Either neovim or emacs.

[–] BassTurd@lemmy.world 4 points 2 days ago

I'm primarily c# and typescript. At work I have Visual Studio and VS code. At home I use jetbrains Rider and Webstorm. I personally prefer jetbrains, but I can't give a reason. It just feels better to me.

When I did try to learn a little C, I used neovim for everything. Partly because I wanted to force myself to learn vim commands, and also because I wanted to just try coding in my terminal.