Live data from Hacker News

Design of a Vim-like text editor

lists.suckless.org

1–10 of 92 posts

Re: Design of a Vim-like text editor

#2
Very interesting. I also found quiet a lot of inspiration from reading about the Oberon system. This author was inspired by the text editor, I was more interested in the language. The author uses 'peice chains' as opposed to a gap buffer which was new to me.

I'm sure many will say, why another editor? I say why not? Looks like a fun project.

Re: Design of a Vim-like text editor

#3
I've been using Vim for over a decade. I love it. But I feel more and more anachronistic every time I have to hunt down some Vim plug-in for whatever IDE I'm setting up.

I'd love to see a fresh take on hyper-efficient text editing in modern GUI environments.

Re: Design of a Vim-like text editor

#4
Why not write a rich-text editor instead? Or a webbrowser?

Seriously. They seem like more interesting endeavours to me. Especially if you document every step of the way. In fact, you could write a book about it.

Re: Design of a Vim-like text editor

#6
post #3

I've been using Vim for over a decade. I love it. But I feel more and more anachronistic every time I have to hunt down some Vim plug-in for whatever IDE I'm setting up. I'd love to see a fresh take on hyper-efficient text editing in modern GUI environments.

Well, with Neovim, we'll have a legit fully-featured plugin for any and all IDEs that do plugins. I sincerely can't wait to have Neovim in IntelliJ/RubyMine/CursiveClojure.

Re: Design of a Vim-like text editor

#7
Great idea! I wonder why you aren't using github (or bitbucket, etc) for hosting the project. I personally think that early projects can benefit from tools like that, since people can follow the progress (issues, bugfixes, etc) and access the code without cloning the repo.

Re: Design of a Vim-like text editor

#8

Great idea! I wonder why you aren't using github (or bitbucket, etc) for hosting the project. I personally think that early projects can benefit from tools like that, since people can follow the progress (issues, bugfixes, etc) and access the code without cloning the repo.

GitHub etc does not really fit into suckless' minimalist philosophy

Re: Design of a Vim-like text editor

#9
post #4

Why not write a rich-text editor instead? Or a webbrowser? Seriously. They seem like more interesting endeavours to me. Especially if you document every step of the way. In fact, you could write a book about it.

http://surf.suckless.org/ is already a thing.

Re: Design of a Vim-like text editor

#10

Great idea! I wonder why you aren't using github (or bitbucket, etc) for hosting the project. I personally think that early projects can benefit from tools like that, since people can follow the progress (issues, bugfixes, etc) and access the code without cloning the repo.

It actually is on GitHub[0]. I'm not sure why it wasn't mentioned in the mailing list.

[0]: https://github.com/martanne/vis

Post reply on HN