Live data from Hacker News

20 Years of Vim

contextualize.ai

11–20 of 81 posts

Re: 20 Years of Vim

#11
post #3

Cool tool! I had to double check because I thought Vim was much older. Indeed, Vim goes back to 1991 ( https://en.wikipedia.org/wiki/Vim_(text_editor) ). This is a great view of the last 20 years of Vim.

And to be thorough... The original vi mode of text editing goes back to 1976.

https://en.m.wikipedia.org/wiki/Vi

Re: 20 Years of Vim

#16

Would like to see this with the #lines/changes per commit. Its obvious that there are more commits post neovim, but i wonder if they're more substantial or just a change in work flow (eg: previously 1 commit with 3 lines, later 3 commits with 1 line each).

After neovim was released, I could feel the pace pick up, subjectively

I wonder why that is. Just a bigger tent, with some of the benefits being committed back to vim? More pressure to bring in features from neovim pushing the pace faster? I'd be curious to hear an explanation if anyone has one.

Re: 20 Years of Vim

#17
post #2

I used data from the Vim git repository to create an annotated chart of some of the main moments in the last 20 years of Vim development. Vim was the first text editor I've ever used (back in 2008), and it shaped the way I interact with computers forever. I'm grateful to all maintainers, and to Bram for creating it and shepherding it through all these decades. The annotations are interactive, so if you hover them you…

> Vim was the first text editor I've ever used (back in 2008)

How could anyone skip any other more "normal" editors and jump right into Vim?

Re: 20 Years of Vim

#19
Is anyone keeping track of what the most popular Vim commands are?

Personally, I've been using Vim for years, but I must confess that I use almost the same commands as I did in the beginning. Is there any good website that teaches useful tricks, maybe on a daily basis?

Re: 20 Years of Vim

#20
post #17
post #2

I used data from the Vim git repository to create an annotated chart of some of the main moments in the last 20 years of Vim development. Vim was the first text editor I've ever used (back in 2008), and it shaped the way I interact with computers forever. I'm grateful to all maintainers, and to Bram for creating it and shepherding it through all these decades. The annotations are interactive, so if you hover them you…

> Vim was the first text editor I've ever used (back in 2008) How could anyone skip any other more "normal" editors and jump right into Vim?

When do most people use text editors? I think wouldn’t be that surprised if somebody fist used a text editor when they first got into Linux or programming.
Post reply on HN