Live data from Hacker News

How Did Vim Become So Popular?

pragmaticpineapple.com

1–10 of 507 posts

Re: How Did Vim Become So Popular?

#2
> What I am trying to say that vim is an effort of over half a century of good idea accumulation, putting lots of effort into being backward compatible.

I wonder what Vi(m) would be like if it were redesigned from scratch.

Re: How Did Vim Become So Popular?

#4
post #2

> What I am trying to say that vim is an effort of over half a century of good idea accumulation, putting lots of effort into being backward compatible. I wonder what Vi(m) would be like if it were redesigned from scratch.

Isn't that what neovim is trying to do?

Re: How Did Vim Become So Popular?

#7
post #2

> What I am trying to say that vim is an effort of over half a century of good idea accumulation, putting lots of effort into being backward compatible. I wonder what Vi(m) would be like if it were redesigned from scratch.

Probably something like spacemacs.

Re: How Did Vim Become So Popular?

#8
post #2

> What I am trying to say that vim is an effort of over half a century of good idea accumulation, putting lots of effort into being backward compatible. I wonder what Vi(m) would be like if it were redesigned from scratch.

Isn't that what neovim is trying to do?

AFAIK it still tries to stay mostly compatible with regards to how it is controlled, doesn't it? So while the internals are perhaps new, the frontend is not.

But I think Kakoune https://kakoune.org would fit the bill

Re: How Did Vim Become So Popular?

#9
post #2

> What I am trying to say that vim is an effort of over half a century of good idea accumulation, putting lots of effort into being backward compatible. I wonder what Vi(m) would be like if it were redesigned from scratch.

I've been loving vis¹, a hybrid between traditional vi and sam², a text editor Rob Pike designed from close to scratch.

(Edit) I learned vim a little bit over a year ago, switched to neovim soon after, tried kakuone for a few days and didn't like losing so much muscle memory because of the verb-noun order reversal, switched to vis a few months ago and don't plan to switch back.

1: https://github.com/martanne/vis 2: https://en.wikipedia.org/wiki/Sam_(text_editor), http://sam.cat-v.org/

Post reply on HN