Kakoune
Kakoune is a modern, actively developed editor for the command line, inspired by vi.
A modal editor, Kakoune uses keystrokes as a text editing language, for powerful and flexible text editing - doing things faster and in fewer keystrokes. Multiple selections allow for sweeping changes with very few commands, and it's orthogonal design assures predictable operation.
Modal editors generally have a steep learning curve, but that is rewarded with powerful and fast text manipulation skills. Kakoune helps level the leaning curve with strong focus on interactivity, showing immediate and incremental results.
Installation
Emerge
Kakoune is currently in the testing branch, and may need to be made available for installation.
On a system running the stable branch, first accept the installation of app-editors/kakoune from the testing branch:
root #
emerge --ask --autounmask=y --autounmask-write app-editors/kakoune
Validate the changes:
root #
dispatch-conf
Install:
root #
emerge --ask app-editors/kakoune
See also
- Knowledge Base:Edit a configuration file
- Text editor — a program to create and edit text files.