Hacker News new | ask | show | jobs
Show HN: Qwe – small, opinionated modal text editor (github.com)
1 points by mitjafelicijan 150 days ago
Creator here. I made this little editor. It is rough around the edges. But why another editor? Well, I wanted to learn about this topic.

I had so much fun making it. It is a modal editor with some batteries included, like basic LSP integration, Tree-sitter for code highlighting (still limited, though), modal editing in Vim style (took some liberty with different remaps), and Ollama integration because why not.

This is still a work in progress, but I have been using it as my primary editor, and it perfectly fits my needs, tbh.

Happy to answer questions.