Commit Graph

6 Commits

Author SHA1 Message Date
naddy
b2cbb03f33 drop RCS Ids 2022-03-11 18:58:26 +00:00
solene
b5852daca0 Update to kakoune-2021.11.08
Patch from maintainer Frederic Galusik
2021-11-25 17:13:27 +00:00
solene
84b214035f Update to kakoune-2021.08.28
Diff from maintainer Frederic Galusik, thanks!
2021-08-31 06:45:37 +00:00
gnezdo
dad6d91999 editors/kakoune 2020.08.04->2020-09-01
This is mostly a bugfix release.
 * Daemon mode (-d switch) does not fork anymore.
 * Fix crash on completion.

MAINTAINER UPGRADE By Frederic GALUSIK <openbsd@galusik.fr>
ok solene@
2020-09-04 03:43:29 +00:00
solene
7702546add Update to kakoune-2020.08.04
maintainer Frederic Galusik is ok
2020-08-10 06:59:14 +00:00
solene
add7cbc144 Import kakoune-2020.01.16
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 can operate in two modes, normal and insertion.  In insertion
mode, keys are directly inserted into the current buffer.  In normal
mode, keys are used to manipulate the current selection and to enter
insertion mode.

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.

ok kn@

Port submitted by maintainer Frederic Galusik <openbsd at galusik dot fr>
2020-06-14 13:07:04 +00:00