What makes 6 so popular?
Because vii viii ix
LXIX my balls! Haha got’em.
Believe it or not, this is the second time I got to make that joke within an hour.
Sorry maybe I’m dumb. But does this mean VIM and Obsidian are Vi?
I usually refer to im as “vi” just to
make people think I’m old school and coolsave time typing that last character.But Obsidian??
Oh yes. My “excell isn’t a database” program. Obsidian.
I want to understand this comment!
Emacs
(ducks)
I dislike Evil, and would never recommend it to anyone looking for a modal editing solution for Emacs. I would rather break my pinky with the modifiers than use Evil.
- Evil is SLOOWWW: its startup time is 10x longer than other modal editing packages.
- It has high cost of integration with other packages; editing-related packages rarely play well with Evil unless specifically designed for it.
- We can do better than vi. Nowadays, there are some more modern alternatives to vi, like Kakoune that fix some of the fundamental problems with vi. One such problem is the fact that you cannot know what you are acting on until after the command completes: Kakoune solves this by having a unique
noun verb
syntax rather than vi’sverb noun
syntax. This means that you get constant feedback about what you’re acting on before you act on it, since objects are always highlighted.
Instead, for anyone looking for a serious and actually good modal editing, I would suggest them to try out meow. It fixes all of the problems I mentioned above, and makes more improvements to the
vi
experience that I didn’t mention.