Kakoune

Kakoune is a modal text editor. It is inspired by Vim and similar alternatives, but tries to improve the text editing workflow as well as fit better to the Unix philosophy. Besides modal editing, two other main concepts are selection based editing, and multi-cursor editing. It has an interactive help system, and supports many languages.

Installation

Install the kakoune package.

Usage

:doc <topic> opens the documentation of <topic>.

It has an interactive help system, which means e.g. pressing g (goto mode) shows a dialog with possible keys and destinations, or it displays a help dialog with the description of the highlighted completion candidate in prompt mode.

Configuration

Kakoune reads configuration from $XDG_CONFIG_HOME/kak.

The main configuration file is , and custom colorschemes can be stored in the colors directory.

Every file is loaded from at startup. If this directory exists in , Kakoune does not load the system wide dir (located at /usr/share/kak/autoload), so it has to be linked there. For example:

 ln -s /usr/share/kak/autoload $XDG_CONFIG_HOME/kak/autoload/default
gollark: Heavserver could be split into multiple subservers.
gollark: But to remove the role from existing bots, you have to kick and readd them.
gollark: They should be.
gollark: Yes, we do that NOW.
gollark: Bots come with roles if they have any perms, see.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.