No description
Find a file
2025-02-10 15:36:01 -06:00
.cargo
.github
book Add Djot support () 2025-02-10 15:36:01 -06:00
contrib Fix Bash completion space regression () 2025-02-10 10:42:45 -06:00
docs
helix-core Print full error chain when failing to load grammar () 2025-02-04 08:18:54 -06:00
helix-dap DAP: Drain pending requests on recv failure 2025-02-04 09:09:54 -05:00
helix-event
helix-loader fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
helix-lsp
helix-lsp-types build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
helix-parsec
helix-stdx
helix-term fix: Align Markdown styles with tree sitter highlights () 2025-02-10 14:58:39 -06:00
helix-tui stdx: Add floor/ceil/is grapheme boundary functions to RopeSliceExt 2025-01-27 09:24:40 -05:00
helix-vcs build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
helix-view LSP: Properly discard out-of-date diagnostics 2025-02-04 10:39:49 -05:00
runtime Add Djot support () 2025-02-10 15:36:01 -06:00
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml base16_default: add styles to newer unthemed features () 2024-06-23 10:07:13 +09:00
Cargo.lock build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
Cargo.toml build(deps): bump the rust-dependencies group with 4 updates () 2025-02-03 17:37:46 -06:00
CHANGELOG.md Fix typos () 2025-02-02 18:58:29 -06:00
default.nix
flake.lock
flake.nix Make git revision available for nix flake builds () 2024-12-25 11:26:53 -06:00
grammars.nix Fix typos () 2025-02-02 18:58:29 -06:00
languages.toml Add Djot support () 2025-02-10 15:36:01 -06:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
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!