top | item 42665506

(no title)

blame-troi | 1 year ago

Bram's passing and the split into basically two code bases (Vim, Neovim) and three customization languages pushed me over to Emacs. I switched back and forth for years, as many others do, but I didn't want to deal with having to use one or the other depending on scripting language.

[edit: grammar]

discuss

order

TMWNN|1 year ago

>Bram's passing and the split into basically two code bases (Vim, Neovim) and three customization languages pushed me over to Emacs.

The resulting increase in height, strength, intelligence, and sexual appeal is no doubt a nice bonus.

deskr|1 year ago

Ah, someone has arrived with matches and kindling for the classic Emacs/Vi flame war.

But I'm pouring water on it right away. I'm glad you found peace with Emacs.

emptysongglass|1 year ago

Yes to all perusers about to make some holy war comment or crack a long-dead joke about editors, please don't. Most of us out there are happy you've found peace or joy with your editor of choice.

Keep the holy war dead and let people decide for themselves what their editor should be. I use Emacs but I have many colleagues who use Neovim and we all are very supportive of each other.

blame-troi|1 year ago

I certainly did not intend to ignite any flamewar. IMO both Emacs and (Neo)Vi(m) are fine editors. I wish more people would accept other people's right to have a personal preference.

My choice of Emacs was based on what I see as a fragmenting of (Neo)Vi(m) ecosystem. When writing extensions, I was uncomfortable with a "which of the three languages do I use" decision. The only common language is old Vimscript, and both forks are moving on from it and neither seems willing to support the other fork's preferred language.

That's their right, to be sure. It's just a deal breaker for me.

whiplash451|1 year ago

Curious to know whether you considered Visual Studio?

I used vim happily for 15 years. When deciding to move on to something else, VSCode won over emacs.

devjab|1 year ago

I'm not the person you asked but I chose Emacs over VSC because it's just a better fit for a lot of things for me. I do think the telemetry Microsoft harvests through VSC is an issue to consider. While it is "just" metadata and no file content, they're getting your entire project structure down to file extensions. I don't see why I would want Microsoft to know what I'm working on. Anyway, the key point for me was ORG mode and that plugins for Go and C++ suck(ed?) in VSC. There are other things, the intellisense is slow, the vim plugin is terrible, the constant Microsoft product pushes are annoying, there is no Magit and so on.

I think it's important to say that I don't dislike VSC as such at this point. Because I probably made it sound like I think it's terrible. I don't I think it's ok. I didn't mind using it for Typescript as an example. Over all I think it's average at best. I get why people use it, it's easy to setup. It's easy to share configurations and so on. I probably would have gone from vim to neovim if it wasn't for doom emacs though.

I think the major advantage both emacs and vim have though is that they're always good. A lot of VSC users are now switching to Zed and that hamsterwheel will go on and on. With vim or emacs you'll never really have to change anything.

pletnes|1 year ago

Vim (used to be?) insanely much faster on large files, it’s already installed everywhere, it has built-in highlights for all languages under the sun, configuration is easier to sync around (in my opinion).

That said, I use both, and jetbrains.

vkazanov|1 year ago

Why did it have to win?

Emacs is fundamentally different, vscode is only convenient if there is no intention to change things.

jkaplowitz|1 year ago

Tangent: Despite the misleadingly similar naming, Visual Studio and VSCode are two completely different MS products. I too use VSCode for most of my programming these days, but since I don't currently program for Win32 or UWP or .NET, I haven't seen a reason to install Visual Studio even though I have a Windows machine and they have a zero-cost Community Edition.

beretguy|1 year ago

Can’t run vscode in that black box thingy.

blame-troi|1 year ago

I'm familiar with Visual Studio (in my professional persona) and Code. Too many dials and knobs and displays. Telemetry is not a huge issue for me, but I understand why it bothers some people.

I had been jumping back and forth between Vim and Emacs for several years in my hobbyist persona for years. When in hobbyist mode, I prefer to avoid anything that reminds me of my professional mode.

VS and Code are noisy and intrusive. Emacs and Vim (and Neovim) are not.