No description
Find a file
2025-01-13 07:43:02 -06:00
.cargo Add hook/event system 2024-01-23 11:20:19 +09:00
.github
book
contrib Add changelog notes for 25.01 () 2025-01-03 13:50:51 -06:00
docs
helix-core
helix-dap build(deps): bump the rust-dependencies group with 6 updates () 2024-10-23 22:34:20 +09:00
helix-event Add support for path completion () 2024-11-21 21:12:36 -06:00
helix-loader
helix-lsp LSP Client: Accept floats with trailing zeros as valid JSONRPC IDs () 2024-12-31 12:45:47 -06:00
helix-lsp-types
helix-parsec
helix-stdx build(deps): bump the rust-dependencies group with 3 updates () 2025-01-06 19:34:21 -05:00
helix-term fix: unable to detect Color completion item hex code for some LSPs () 2025-01-12 09:40:19 -06:00
helix-tui fix(clippy): clippy 1.83 lints () 2024-12-02 08:23:32 -06:00
helix-vcs
helix-view
runtime
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock
Cargo.toml
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix Make nix flake respect unused grammars () 2024-01-14 15:11:40 +01:00
languages.toml Fix a bug in matlab indentation and updates the grammar commit hash to latest () 2025-01-13 07:43:02 -06:00
LICENSE Add the LICENSE file. 2021-05-11 01:44:00 +09:00
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 2021-07-23 18:11:22 +09:00
screenshot.png
shell.nix
theme.toml

Helix

Build status GitHub Release Documentation GitHub contributors Matrix Space

Screenshot

A Kakoune / Neovim inspired editor, written in Rust.

The editing model is very heavily based on Kakoune; during development I found myself agreeing with most of Kakoune's design decisions.

For more information, see the website or documentation.

All shortcuts/keymaps can be found in the documentation on the website.

Troubleshooting

Features

  • Vim-like modal editing
  • Multiple selections
  • Built-in language server support
  • Smart, incremental syntax highlighting and code editing via tree-sitter

Although it's primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using wgpu or skulpin.

Note: Only certain languages have indentation definitions at the moment. Check runtime/queries/<lang>/ for indents.scm.

Installation

Installation documentation.

Packaging status

Contributing

Contributing guidelines can be found here.

Getting help

Your question might already be answered on the FAQ.

Discuss the project on the community Matrix Space (make sure to join #helix-editor:matrix.org if you're on a client that doesn't support Matrix Spaces yet).

Credits

Thanks to @jakenvac for designing the logo!