Helix Mirror
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Michael Davis dbd3b251d8
CI: Pin mdbook to 0.4.43
This should prevent future surprising changes to the site from newly
published mdbook versions with breaking changes. For example mdbook
0.4.41 introduced some changes that needed the `index.hbs` file to be
updated. See the parent commit.
2 days ago
.cargo
.github CI: Pin mdbook to 0.4.43 2 days ago
book book: Copy over index.hbs from mdbook 0.4.43 2 days ago
contrib
docs
helix-core Add support for path completion (#2608) 6 days ago
helix-dap
helix-event Add support for path completion (#2608) 6 days ago
helix-loader
helix-lsp
helix-lsp-types
helix-parsec
helix-stdx Add support for path completion (#2608) 6 days ago
helix-term fix(clippy): suppress `unused` lint on windows (#12107) 5 days ago
helix-tui
helix-vcs
helix-view Add support for path completion (#2608) 6 days ago
runtime Add support for Amber-lang (#12021) 6 days ago
xtask Add: validation of bundled themes in build workflow (#11627) 2 months ago
.envrc
.gitattributes
.gitignore
CHANGELOG.md
Cargo.lock Add support for path completion (#2608) 6 days ago
Cargo.toml chore(msrv): bump MSRV from 1.70 to 1.76 5 days ago
LICENSE
README.md
base16_theme.toml
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml Add WORKSPACE.bzlmod to starlark file-types (#12103) 5 days ago
logo.svg
logo_dark.svg
logo_light.svg
pr.md Add spade support (#11448) 7 days ago
rust-toolchain.toml chore(msrv): bump MSRV from 1.70 to 1.76 5 days ago
rustfmt.toml
screenshot.png
shell.nix
theme.toml

README.md

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!