No description
Find a file
2023-12-15 15:58:27 +09:00
.cargo
.github
book
contrib
docs use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
helix-core build(deps): bump once_cell from 1.18.0 to 1.19.0 () 2023-12-12 22:46:11 +09:00
helix-dap
helix-event
helix-loader
helix-lsp
helix-parsec use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
helix-term build(deps): bump once_cell from 1.18.0 to 1.19.0 () 2023-12-12 22:46:11 +09:00
helix-tui
helix-vcs
helix-view
runtime fix: typo in scm files inside runtime/queries/ () 2023-12-15 15:58:27 +09:00
xtask
.envrc
.gitattributes
.gitignore Remove vale from .gitignore 2022-07-26 10:22:28 +09:00
.ignore
base16_theme.toml
Cargo.lock build(deps): bump zerocopy from 0.7.20 to 0.7.31 () 2023-12-15 15:52:58 +09:00
Cargo.toml use workspace inheritance for common version () 2023-12-05 10:54:18 +09:00
CHANGELOG.md
default.nix
flake.lock
flake.nix Fix version of Nix package () 2023-12-09 03:04:09 +09:00
grammars.nix grammars.nix: allow the user to apply overlays () 2023-11-09 09:56:57 +01:00
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Update my name README.md () 2023-07-17 14:09:19 +09:00
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
theme.toml feat(debug): highlight current line () 2023-03-29 12:52:19 +09:00

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!