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
JR c24a9920cd
Update runtime/tutor
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
8 months ago
.cargo
.github build(deps): bump cachix/cachix-action from 13 to 14 (#9347) 9 months ago
book Fix export instructions in installation doc (#9306) 9 months ago
contrib Add changelog notes for 23.10 (#8086) 11 months ago
docs use workspace inheritance for common version (#8925) 10 months ago
helix-core Create helix-stdx crate for stdlib extensions 9 months ago
helix-dap remove build warnings (#9180) 9 months ago
helix-event use workspace inheritance for common version (#8925) 10 months ago
helix-loader Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths 9 months ago
helix-lsp Create helix-stdx crate for stdlib extensions 9 months ago
helix-parsec use workspace inheritance for common version (#8925) 10 months ago
helix-stdx Create helix-stdx crate for stdlib extensions 9 months ago
helix-term Create helix-stdx crate for stdlib extensions 9 months ago
helix-tui Handle failure when enabling bracketed paste (#9353) 9 months ago
helix-vcs build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199) 9 months ago
helix-view Create helix-stdx crate for stdlib extensions 9 months ago
runtime Update runtime/tutor 8 months ago
xtask use workspace inheritance for common version (#8925) 10 months ago
.envrc direnv: Watch the rust-toolchain file (#8921) 10 months ago
.gitattributes
.gitignore
CHANGELOG.md Add changelog notes for 23.10 (#8086) 11 months ago
Cargo.lock Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths 9 months ago
Cargo.toml Create helix-stdx crate for stdlib extensions 9 months ago
LICENSE
README.md Update README.md to add link to Kakoune and Neovim (#9119) 10 months ago
base16_theme.toml
default.nix
flake.lock nix: update flake inputs (#8943) 10 months ago
flake.nix Fix version of Nix package (#9013) 10 months ago
grammars.nix Make nix flake respect unused grammars (#9326) 9 months ago
languages.toml Support PureScript's new spago.yaml configs (#9362) 9 months ago
logo.svg Reduce logo sizes even more (#9211) 9 months ago
logo_dark.svg Reduce logo sizes even more (#9211) 9 months ago
logo_light.svg Reduce logo sizes even more (#9211) 9 months ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877) 10 months 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

It's a terminal-based editor first, but I'd like to explore a custom renderer (similar to Emacs) in 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!