Hacker News new | past | comments | ask | show | jobs | submit
In my classification of editors:

1. Orthodox. Mostly focused on looks and integrations.

2. Modal, Vim improvement. Focus on keeping basic Vim keybindings with minor improvements.

3. Modal, rethinking Vim approach.

Ki falls into the third category which I constantly monitor.

4. All of the above.

Which is Emacs.

Right, but we are discussing editors here.
Evil mode is a perfectly reasonable text editor mode.
Hold on. Operating systems and long-running esoteric history are always on topic here, right?

(This is spoken with something close to affection; I look fondly on my former Emacs days. I'm probably more likely than not to enjoy the company of a human who has at least tried Emacs and had some thoughtful reaction to it. I may not use it now, but the ideas live on in how I think and what I expect. Editors that push the limits, whatever those limits are, are part of the old school ethos I love about programming.)

I know, I use Emacs+Evil. I'm going to give Ki a try and, in case of success, to think about writing Ki binding for Emacs.
emacs already has structural editing packages like combobulate
This is the first time I've heard about Emacs trying to look nice.
"Emacs is an editor" is as true as "Toyota Hilux is a gattling gun carrier"
Vim is Emacs applied to Vi
Nah. NeoVim a tiny little bit, maybe.
Not even close.
How is it not?

Scripting language? Check!

Custom commands? Check!

Windows management? Check!

Build tools integration and error-based navigation? Check!

File manager? Check!

loading story #47291762
loading story #47290576
Exactly the same for me. So far, there have been many challengers but the same champion (subjective, I know).
I am working on a modal code editor project that you might find interesting then. It also operates on an AST directly, which is represented as UI nodes which closely resemble normal text layout. Email in profile if you’d like to give it a try and possibly give early feedback (still in early development).
Vim improvement

So Ed Visual Mode Improved Improved!