No features have been listed yet.
No Xi Editor videos yet. You could help us improve this page by suggesting one.
Based on our record, Xi Editor should be more popular than Kakoune. It has been mentiond 16 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Fascinating idea! To summarize for those who know [Kakoune](https://github.com/mawww/kakoune), the idea is that every command has the form ["selection mode" -> "movement" -> "action"](https://ki-editor.github.io/ki-editor/comparisons/modal-editors.html) instead of Kakoune's movement->action. So, instead of having separate commands for "next character", "next word", "next structural element", there is one command... - Source: Hacker News / 9 months ago
Helix's modal editing is based on Kakoune's modal editing which is like an evolution to Vim's modal editing. You can think of it as being always in selection (visual) mode. https://github.com/mawww/kakoune?tab=readme-ov-file#selectio.... - Source: Hacker News / about 1 year ago
You might like kakoune (https://github.com/mawww/kakoune), which does exactly that: first you select the range (which can even be disjoint, e.g. All words matching a regex), then you operate on it. By default, the selected range is the character under cursor, and multiple cursors work out of the box. It also generally follows the Unix philosophy, e.g. By using shell... - Source: Hacker News / almost 2 years ago
It might be worth checking out kakoune if you are experimenting with editors. It’s supposed to be equally powerful to vim but much easier to learn. Source: over 2 years ago
For that, try Kakoune[1], which is modal with a mostly-postfix language instead of vi's usually-prefix one and uses this to also be a multiple-selections editor with immediate visual feedback. It falls too much into the uncanny valley of almost-but-not-quite-vi for some people, though. [1] https://kakoune.org/, https://github.com/mawww/kakoune. - Source: Hacker News / over 2 years ago
Was confused until I realised I'd confused Zed, with Xi[1] which is also rust based, and which incidentally has a frontend called "Xim".. Also there's a wiki-editor (like Tomboy[2]) called "Zim"[3]. [1] https://github.com/xi-editor/xi-editor. - Source: Hacker News / over 1 year ago
Project site linked from the GitHub[0] is https://xi-editor.io. Linked doc is a mirror of this[1], which was afaik originally written by Raph Linus. [0]: https://github.com/xi-editor/xi-editor. - Source: Hacker News / over 1 year ago
You’re referring to Raph Levien’s work on Xi [0]. Not really just a vim clone. In Fuchsia, it would have been the basis of all text editing services. If nothing else, it seems to have popularized rope data structures [1] for newer text editors. [0]: https://github.com/xi-editor/xi-editor. - Source: Hacker News / almost 2 years ago
Helix is awesome, though once Lapce (spiritual successor to Xi editor) gets the Helix/Kakoune editing model, I may have to jump ship. Source: about 2 years ago
I am very surprised that you haven't even mentioned Xi text editor, which is (was) designed as a microservice to start with, separating the text editor core from the GUI. Source: over 2 years ago
Vim - Highly configurable text editor built to enable efficient text editing
VS Code - Build and debug modern web and cloud applications, by Microsoft
Light Table - Light Table is a new interactive IDE that lets you modify running programs and embed anything from...
FINAL CUT - Library for creating terminal applications with text-based widgets
Nova Code Editor - Nova Code Editor is software that is used for writing and editing codes.
GNU Emacs - GNU Emacs is an extensible, customizable text editor—and more.