kakoune: Visual text editor inspired by vim with fewer keystrokes1

Kakoune is a code editor that implements Vi's "keystrokes as a text editing language" model. As it's also a modal editor, it is somewhat similar to the Vim editor (after which Kakoune was originally inspired).

Kakoune has a strong focus on interactivity, most commands provide immediate and incremental results, while still being competitive (as in keystroke count) with Vim.

Kakoune works on selections, which are oriented, inclusive range of characters, selections have an anchor and a cursor character. Most commands move both of them, except when extending selection where the anchor character stays fixed and the cursor one moves around.

... part of T2, get it here

URL: https://kakoune.org/

Author: Maxime Coste <mawww [at] kakoune [dot] org>
Maintainer: NoTag <notag [at] t2sde [dot] org>

License: OpenSource
Status: Stable
Version: 2023.08.05

Remark: Does cross compile (as setup and patched in T2).

Download: https://github.com/mawww/kakoune/releases/download/v2023.08.05 kakoune-2023.08.05.tar.bz2

T2 source: kakoune.cache
T2 source: kakoune.desc

Build time (on reference hardware): 60% (relative to binutils)2

Installed size (on reference hardware): 3.83 MB, 202 files

Dependencies (build time detected): 00-dirtree bash binutils bzip2 coreutils diffutils findutils gawk grep gzip linux-header make sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).