Jump to content

Draft:Helix (text editor)

From Wikipedia, the free encyclopedia

Helix
Original author(s)Blaž Hrastnik
Initial release1 June 2020; 5 years ago (1 June 2020)
Stable release
25.01.1[1] Edit this on Wikidata / 19 January 2025; 4 months ago (19 January 2025)
Repositorygithub.com/helix-editor/helix
Written inRust, Scheme
Operating systemUnix-like, macOS, Windows
TypeText editor
LicenseMPL-2.0
Websitehelix-editor.com

Helix is a modal screen-based text editor program created in 2020 by Blaž Hrastnik. Based on the similar Kakoune text editor, Helix also draws a large inspiration from Neovim, a fork of Vim.[2]

Like other Vi-inspired text editors, Helix uses a combination of keys to quickly and efficiently navigate throughout files.

Helix natively supports LSP, offering features like auto-completion, go-to-definition, real-time diagnostics, and inline documentation across various programming languages without additional configuration

Helix utilizes a TOML-based configuration system, allowing users to customize keybindings, themes, and language server settings.

Source collection:



References

[edit]
  1. ^ "Release 25.01.1". 19 January 2025. Retrieved 22 January 2025.
  2. ^ "helix/README.md at master · helix-editor/helix". GitHub. Retrieved 17 June 2024.
[edit]