Helix

From Gentoo Wiki
Jump to:navigation Jump to:search

Helix is a 'Post-Modern' modal text editor based on Neovim and Kakoune that is written in Rust. Helix comes with a builtin language server, multiple selections, and smart syntax highlighting.

Installation

USE flags

USE flags for app-editors/helix A post-modern text editor

debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
grammar Build and install grammar language files

Emerge

Note
This package is currently marked unstable so the unstable keyword must be accepted.
root #emerge --ask app-editors/helix

Configuration

Helix uses TOML for configuration, making the configuration much easier cleaner than comparable text editors. The configuration is stored at ~/.config/helix/config.toml.

Usage

Helix can be started with hx:

user $hx

See Also

  • Vim — a text editor based on the vi text editor.