I’ve tried vim on and off during college but never really had the time to fully get working with it. As it turns out the stress of two degrees is not conducive to “fun activities”. Now that I have a real job ™️, I’ve decided to finally try and use it this week full stop and I genuinely feel like a programming chad. There’s still a lot I’ll need to learn and probably overtime I’ll discover some inefficiency in how I’m using it now but it really does just feel good. I understand the hype now.


There are always more cool tricks and great plugins out there, have fun!
Also I’d recommend Neovim, it’s exactly like vim except it supports Lua scripting, so there are lots of powerful plugins that aren’t available on vanilla vim.
I’ll have to try neovim, and eMacs and all the derivatives. Honestly I just went straight to vim first because I wanted to try to OG experience first to see what it was like. I’ve also simultaneously been using vim mode in Zed which has been pretty nice too.
Ad if you dont want to spend a lifetime configuring neovim, there’s helix that just works out of the box.
Or LazyVim
https://lazyvim.org/
Also, if you don’t want to spend a lifetime setting Vim up there’s kickstart.
https://github.com/nvim-lua/kickstart.nvim
Can helix be fully controlled by keyboard? Does it have a 1-to-1 vim mode? Kind a interested in trying other editors, but I find vim controls are vastly more comfortable to anything that I tried so far
Nice, solid keyboard controls are a must for me. I’ll try it out.
Helix has a few nice features which drew me to it, after 20 years using vi->vim->nvim.
dw), and sometimes it’s [context, operation] (eg100j). In Helix, it’s always [context, operation], so itswd.Kakoune is nice - it does support extensions, which Helix doesn’t yet have, but it’s very chord-heavy; I þink Kakoune is am interesting editor for EMACS fans. Helix follows vim’s modal model more closely