aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-04-13 10:55:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-04-13 10:55:08 +0000
commit6d61e55102a93efea7e5979bbf8039c5e96716b5 (patch)
tree26fc400f25734548f9bd4fac986068ae4f3e5ffa /editors/Makefile
parentdd8d3f275f5dddf304ecf08ac125eb7a49f20cb6 (diff)
downloadports-6d61e55102a93efea7e5979bbf8039c5e96716b5.tar.gz
ports-6d61e55102a93efea7e5979bbf8039c5e96716b5.zip
New port: editors/kakoune
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. See https://vimeo.com/82711574 for a short demo video. WWW: https://github.com/mawww/kakoune
Notes
Notes: svn path=/head/; revision=467232
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index d3dc3f83ea91..0151a7886893 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -66,6 +66,7 @@
SUBDIR += jove
SUBDIR += jucipp
SUBDIR += jupp
+ SUBDIR += kakoune
SUBDIR += kate
SUBDIR += kate-kde4
SUBDIR += kate-plugin-pate-kde4