Live data from Hacker News

20 Years of Vim

contextualize.ai

1–10 of 81 posts

Re: 20 Years of Vim

#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'll see more context about the events.

I built the tool to make this visualization: https://www.contextualize.ai

Re: 20 Years of Vim

#4
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.

Thanks! I just added a hopefully-clarifying comment before the chart based on your comment.

> This chart shows the last 20 years of development as seen in the Vim git repository.

Re: 20 Years of Vim

#5
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).

Re: 20 Years of Vim

#9
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…

> The annotations are interactive, so if you hover them you'll see more context about the events.

It would be helpful to put this somewhere on the page. On mobile especially one isn’t likely to accidentally discover this with random mouse movements.

Re: 20 Years of Vim

#10

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
Post reply on HN