kakoune VS kakoune.el

Compare kakoune vs kakoune.el and see what are their differences.

kakoune.el

A very simple simulation of the kakoune editor inside of emacs. (by jmorag)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
kakoune kakoune.el
110 10
9,581 147
- -
9.7 0.0
3 days ago about 1 year ago
C++ Emacs Lisp
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

kakoune

Posts with mentions or reviews of kakoune. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Multi-cursor code editing: An animated introduction
    4 projects | news.ycombinator.com | 19 Apr 2024
  • Helix: Release 24.03 Highlights
    5 projects | news.ycombinator.com | 30 Mar 2024
    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...
  • Kakoune
    1 project | news.ycombinator.com | 27 Jan 2024
  • Kakoune Code Editor
    1 project | news.ycombinator.com | 3 Nov 2023
  • A tutorial for the Sam command language (1986) [pdf]
    5 projects | news.ycombinator.com | 20 Oct 2023
    And while it doesn’t use the sam language precisely, I think in the broader “postfix Vi with visual feedback” category Kakoune[1] also warrants mentioning. The command language, in my experience, feels much more logical than that of Vis coming from a blank slate (things might be different if you come from Vim, but even when I used Vim regularly I never used the editing language that much exactly because I could never remember the damn thing).

    And having mentioned Kakoune it’d probably be unfair to then not mention Helix[2]. It has a very similar editing language, but it’s a fairly anti-Unix everything-bolted-in affair on the inside (“everything works out of the box” being the advertising take) compared to Kakoune’s Acme-inspired no-scripting scripting (there’s an ex-style command to exec a user program that can then drive the editor over stdio RPC, a set of hooks, and that’s it). So if you’ve come for the Plan 9 feels, I don’t expect Helix to be that appealing. It’s still a good editor, nevertheless.

    [1] https://kakoune.org/

    [2] https://helix-editor.com/

  • What is the best book for complete beginner?
    1 project | /r/cpp_questions | 2 Oct 2023
    You can take a look at kakoune. The source code (excluding documentations, test cases, customizations etc.) is less than 40k. It is, IMHO, a show case of a C++ project in use.
  • Why Kakoune
    9 projects | news.ycombinator.com | 21 Sep 2023
    > I wonder if the author has ever heard of vis[0]

    Yes.

    https://github.com/martanne/vis/wiki/Differences-from-Kakoun...

    https://github.com/mawww/kakoune/wiki#onboarding

    > which imho fulfills far better each one of those premises

    Not very motivated for such a harsh critic..

  • Understanding the Origins and the Evolution of Vi and Vim
    2 projects | news.ycombinator.com | 15 Sep 2023
    I've been using Vim for years, but if there was one thing I could change, it would be the verb-noun order. The Kakoune[1] editor behaves mostly like Vim, but where Vim has `dw` as "delete word", Kakoune has it backwards: `wd`.

    It might sound minor, but by placing the range first, Kakoune can give a preview of what will be changed. The longer or more complicated the command, the more this feature shines.

    Strictly better as far as I know. A shame my muscle memory, and all default installations, are still stuck with Vim.

    [1] https://kakoune.org/

  • Ask HN: Where do I find good code to read?
    22 projects | news.ycombinator.com | 24 Aug 2023
  • Helix editor: Make HTTP requests and insert JSON
    6 projects | dev.to | 8 Jul 2023
    Helix is a postmodern text editor built in Rust built for the terminal. It is inspired by Kakoune, another Rust based text editor. Helix has got multiple selections, built-in Tree-sitter integration, powerful code manipulation and Language server support.

kakoune.el

Posts with mentions or reviews of kakoune.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.
  • Helix: Release 24.03 Highlights
    5 projects | news.ycombinator.com | 30 Mar 2024
    Thanks for the tip, meow looks interesting. I never got comfortable in evil-mode, but perhaps meow could be a gateway to trying emacs in anger.

    Still waiting for kakoune/helix mode for gnu readline...

    https://github.com/meow-edit/meow

    https://github.com/jmorag/kakoune.el

  • Ask HN: Best way to experiment with text text editing?
    7 projects | news.ycombinator.com | 8 Jan 2023
    To build on what others are saying about Emacs, if you start exploring the package ecosystem, you're going to see quite a lot of really interesting packages that are related to improving/experimenting with the UX of editing text. While I'm not endorsing anyone in particular, I think what this list does show is just how easy it is to do pretty much whatever you want in Emacs;

    https://karthinks.com/software/avy-can-do-anything/

    https://github.com/jyp/boon

    https://github.com/clemera/objed

    https://github.com/jmorag/kakoune.el

    https://github.com/meow-edit/meow/

    https://github.com/xahlee/xah-fly-keys

    https://github.com/Kungsgeten/ryo-modal

    https://github.com/emacsorphanage/god-mode

    Emacs 29 also now has treesitter and LSP mode integration built-in, a compilation mode, a comint mode for REPLs, excellent file browsing packages (I use dired/dirvish), and a few other killer features.

    Now, if what you truly dislike are "quirky editors", prepare yourself for a world of hurt because vanilla Emacs departs quite a bit from "modern" text editors. I struggled with this for a while, but eventually by buying into the paradigm, I now feel that when emacs try emulating "modern" IDE features like autocompletion, LSP, and DAP UI, I feel like it's a regression, not a progression. The point here is that you might have an "idea" of what good initial UX and lack of quirks would look like, but Emacs might change the way you think.

  • How do the neovim plugins for OrgMode and Magit compare with the real thing?
    8 projects | /r/emacs | 6 Aug 2022
    If emacs had a layer for kakoune as comprehensive as evil, I think it would be a no-brainer, but such as it is, kakoune.el is the closest we have which isn't quite was I was hoping for.
  • Best emulator for Kakoune editing?
    4 projects | /r/emacs | 31 Jul 2022
    Problem is, unlike the evil package linked above, which was last updated 6 days ago, the only package I've found for Kakoune is this one, which was last updated like a year ago.
  • First thing you configured when started using Emacs
    1 project | /r/emacs | 5 Jan 2022
    I set up https://github.com/jmorag/kakoune.el and made some aesthetic changes, i think that EXWM came soon thereafter
  • What other editors have been built with emacs?
    6 projects | /r/emacs | 13 Dec 2021
    kakoune.el: https://github.com/jmorag/kakoune.el
  • Eglot vs lsp-mode
    2 projects | /r/emacs | 4 Dec 2021
    Shameless plug kakoune.el
  • Helix - A kakoune/neovim inspired text editor written in Rust
    6 projects | /r/rust | 1 Jun 2021
    Out of curiosity, what is it that makes you want to change from Kakoune? Perhaps something like terminal emacs with kakoune.el could be of interest to you.
  • Any ideas that would help in incremental reading?
    2 projects | /r/orgmode | 14 May 2021
    I don't fully understand what you want - but about creating cards while you read https://kakoune.org could be interesting (there's a simple elisp clone: https://github.com/jmorag/kakoune.el). That way you can move along words while reading and if you want to turn a phrase into a card you can simply hold shift to continue marking the desired words and then yank them to somewhere.
  • Just a random question . Is there any emacs distribution like kakoune ?
    3 projects | /r/kakoune | 18 Apr 2021

What are some alternatives?

When comparing kakoune and kakoune.el you can also consider the following projects:

helix - A post-modern modal text editor.

meow - Yet another modal editing on Emacs / 猫态编辑

micro-editor - A modern and intuitive terminal-based text editor

xi-editor - A modern editor with a backend written in Rust.

vis - A vi-like editor based on Plan 9's structural regular expressions

ryo-modal - Roll your own modal mode

Yuescript - A Moonscript dialect compiles to Lua.

rpn-c - Calculator environment using rpn-l, a language based on reverse polish notation.

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

kakoune-dpc - mawww's experiment for a better code editor

neovim - Vim-fork focused on extensibility and usability

breeze - An experimental, kakoune-inspired CLI-centric text/code editor with |-shaped cursor (in Rust)