Vim sucks, Emacs is the best editor in the world
Comment on emacs
cyborganism@lemmy.ca 1 year ago
Emacs sucks. Vim is so much better. And vscode is okay.
Go ahead. Down vote me. I don’t care. This isn’t Reddit lol.
crandel@programming.dev 1 year ago
cyborganism@lemmy.ca 1 year ago
Nuh uh!!! Vim is better! So much better!!! Emacs sucks balls!
Vorticity@lemmy.world 1 year ago
I use vscode with vim key bindings. It’s amazing!
curiousaur@reddthat.com 1 year ago
You haven’t switched to cursor yet?
histic@lemmy.dbzer0.com 1 year ago
stock emacs sucks, doom emacs ftw
KSPAtlas@sopuli.xyz 1 year ago
I use both emacs and vim, each have their own use cases
AVincentInSpace@pawb.social 11 months ago
This isn’t Reddit lol.
Genuinely curious what you think the difference is
jack@monero.town 1 year ago
Vim is a pain to configure
martinb@lemmy.sdf.org 1 year ago
Try Lunarvim, it’s neovim with a bunch of great Plugins and configuration settings out of the box.
Cube6392@beehaw.org 1 year ago
I’m going to give what I’ve realized newer folks to Vim think is a scorching hot take: VimL is nice. Theyre the same editor commands you use in your day to day life, even if you’re using NeoVim + Lua, just all written out in a file.
That said, using NeoVim + Lua makes it far easier to organize your config, which also makes it easier to write more complex configs. It’s like the difference between building a shed around back for your home office vs building a cathedral. Its fine to work in a shed, but once you know you can build a cathedral, you’re kinda tempted to just up and do it
expr@programming.dev 1 year ago
Vim has vim9 script now which is very similar to common scripting languages like Typescript.
Vim also doesn’t need tons of configuration.
netchami@sh.itjust.works 1 year ago
Fennel > Lua > VimScript
cyborganism@lemmy.ca 1 year ago
At first maybe. But when you get your vim config well honed over time you’re good. Plus there’s things like pathogen or other frameworks to add plugins and stuff.