No description
Find a file
2023-06-08 13:27:58 +09:00
.cargo
.github
book
contrib
docs
helix-core
helix-dap Fix unwrap bug in DAP () 2023-04-17 15:36:04 -05:00
helix-loader
helix-lsp
helix-parsec
helix-term
helix-tui
helix-vcs fix UB in diff gutter () 2023-06-04 17:20:04 +02:00
helix-view
runtime
xtask
.envrc
.gitattributes
.gitignore
.ignore Add a .ignore file to make ripgrep more useful () 2022-08-03 09:00:39 -05:00
base16_theme.toml
Cargo.lock
Cargo.toml Update tree-sitter to v0.20.10 () 2023-04-06 12:29:17 +09:00
CHANGELOG.md
default.nix
flake.lock nix: Update flake dependencies 2023-05-11 11:30:46 +09:00
flake.nix
grammars.nix
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Rewrite and refactor all documentation () 2023-03-06 18:27:17 +09:00
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
VERSION

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 @JakeHL for designing the logo!