1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/kakoune/kakoune.desc
3 [COPY] Copyright (C) 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Visual text editor inspired by vim with fewer keystrokes
14 [T] Kakoune is a code editor that implements Vi's "keystrokes as a text editing
15 [T] language" model. As it's also a modal editor, it is somewhat similar to the
16 [T] Vim editor (after which Kakoune was originally inspired).
18 [T] Kakoune has a strong focus on interactivity, most commands provide immediate
19 [T] and incremental results, while still being competitive (as in keystroke count)
22 [T] Kakoune works on selections, which are oriented, inclusive range of characters,
23 [T] selections have an anchor and a cursor character. Most commands move both of
24 [T] them, except when extending selection where the anchor character stays fixed
25 [T] and the cursor one moves around.
27 [U] https://kakoune.org/
29 [A] Maxime Coste <mawww@kakoune.org>
30 [M] NoTag <notag@maneto.fr>
37 [P] X -----5---9 160.800
39 [O] var_append makeinstopt ' ' 'PREFIX=$root/$prefix'
41 [D] de9604c9329e829a9e76077c6945edbcaaef93c79433eedba8505e8d kakoune-2021.10.28.tar.bz2 https://github.com/mawww/kakoune/releases/download/v2021.10.28/kakoune-2021.10.28.tar.bz2