Text Editor

Kakoune – implements Vi’s “keystrokes as a text editing language” model

Kakoune is an open source code editor that implements Vi’s “keystrokes as a text editing language” model. It has similarities with Vim, as it’s also a modal editor.

Kakoune operates 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.

Key Features

  • Multiple selections as a central way of interacting.
  • Powerful selection manipulation primitives:
    • Select all regex matches in current selections.
    • Keep selections containing/not containing a match for a given regex.
    • Split current selections with a regex.
    • Text objects (paragraph, sentence, nestable blocks).
  • Powerful text manipulation primitives:
    • Align selections.
    • Rotate selection contents.
    • Case manipulation.
    • Indentation.
    • Piping each selection to external filter.
  • Client-Server architecture:
    • Multiple clients on the same editing session.
    • Use tmux or your X11 window manager to manage windows.
  • Simple interaction with external programs.
  • Automatic contextual help.
  • Automatic as you type completion.
  • Macros.
  • Hooks.
  • Syntax Highlighting:
    • Supports multiple languages in the same buffer.
    • Highlight a buffer differently in different windows.
  • Customization – extend the features or customize them with macros or hooks.

Website: kakoune.org
Support: Wiki, GitHub code repository
Developer: Maxime Coste, Frank Lenormand, and many other contributors
License: Free and unencumbered software released into the public domain

Kakoune
Click for full size image

Kakoune is written in C++. Learn C++ with our recommended free books and free tutorials.


Related Software

Vim-like Text Editors
NeovimVim-fork focused on extensibility and usability
HelixKakoune / Neovim inspired editor.
LapceModern editor in Rust which uses native GUI and GPU rendering
NvChadNeovim config aiming to provide a base configuration
LunarVimIDE layer for Neovim
KakouneImplements Vi’s "keystrokes as a text editing language" model
VisCombining modal editing with structural regular expressions
vileText editor that combines aspects of the Emacs and vi editors
pyvimImplementation of Vim in Python
gVimVim with a built-in GUI
ampVim-like editor written in Rust
VyVim-like in Python made from scratch
moeCommand-line editor inspired by Vim
adAdaptable text editor
LeveeAlso known as Captain Video
xviPortable multi-file text editor

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments