---
title: "kakoune is a text editor"
url: https://daily.dev/posts/kakoune-is-a-text-editor-oqkbjbgzr
source_url: https://ficd.sh/blog/kakoune-is-a-text-editor
type: article
source: "Lobsters"
published: 2026-05-13T21:39:36.538Z
updated: 2026-05-13T21:40:00.211Z
tags: ["vim"]
reading_time: 37
upvotes: 2
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# kakoune is a text editor

**[Lobsters](https://daily.dev/sources/lobsters)** · 37 min read · 2 upvotes · 1 comments

## Summary

A comprehensive deep-dive into the Kakoune text editor, covering its core design philosophy and how it differs from Vim. The key insight is Kakoune's inverted grammar: instead of Vim's verb-subject order (e.g., `dw`), Kakoune uses subject-verb, meaning there is always an active selection before any action is taken. This eliminates the need for a separate visual mode and operator-pending mode, making editing more predictable and atomic. The post covers multiple selections as a first-class feature, registers and marks for saving selection state, the server-client architecture, editing with Unix pipes, Kakscript (the built-in scripting language with unique quoting rules), command expansions, shell expansions for plugin development, and practical examples of writing plugins using hooks and custom commands.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ficd.sh/blog/kakoune-is-a-text-editor>

## Community discussion

Top comments from developers on daily.dev.

**@snoupix** · 0 upvotes

> I recommend [Helix](https://github.com/helix-editor/helix/) for those interested in Kakoune philosophy !

## Similar posts on daily.dev

- [Official site](https://daily.dev/posts/official-site-kyqzjoems) · Lobsters · 0 upvotes · 0 comments
- [Modal editing is a weird historical contingency we have through sheer happenstance](https://daily.dev/posts/modal-editing-is-a-weird-historical-contingency-we-have-through-sheer-happenstance-5081dzalr) · Lobsters · 0 upvotes · 0 comments

---

Tags: [#vim](https://daily.dev/tags/vim)

[View this post on daily.dev](https://daily.dev/posts/kakoune-is-a-text-editor-oqkbjbgzr)
