A post-modern modal text editor.
Go to file
2024-03-30 19:45:38 +09:00
.cargo
.github ci: Group minor rust dependency dependabot updates 2024-03-19 14:28:15 +09:00
book doc: small formatting corrections (#9986) 2024-03-26 01:08:42 +01:00
contrib Completely fix bash autocomplete handling of filenames with spaces (#9708) 2024-02-24 11:54:40 +09:00
docs
helix-core build(deps): bump the rust-dependencies group with 6 updates (#10007) 2024-03-26 12:55:58 +09:00
helix-dap
helix-event build(deps): bump ahash from 0.8.9 to 0.8.11 (#9813) 2024-03-06 11:09:13 +09:00
helix-loader build(deps): bump tempfile from 3.10.0 to 3.10.1 (#9733) 2024-02-27 01:25:17 +01:00
helix-lsp build(deps): bump tokio-stream from 0.1.14 to 0.1.15 (#9926) 2024-03-19 14:14:09 +09:00
helix-parsec
helix-stdx Use the OS path separator instead of / (#10000) 2024-03-26 00:59:33 +09:00
helix-term Fix rustc warnings about unused 'pub use's (#10011) 2024-03-27 14:34:47 +09:00
helix-tui Add narrow no-break space support (#9604) 2024-03-25 10:29:36 +09:00
helix-vcs build(deps): bump the rust-dependencies group with 6 updates (#10007) 2024-03-26 12:55:58 +09:00
helix-view build(deps): bump the rust-dependencies group with 6 updates (#10007) 2024-03-26 12:55:58 +09:00
runtime Add JetBrains default dark theme (#9967) 2024-03-30 19:45:38 +09:00
xtask Bump tree-sitter to 0.22.2 2024-03-18 10:34:53 +09:00
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 6 updates (#10007) 2024-03-26 12:55:58 +09:00
Cargo.toml Bump tree-sitter to 0.22.2 2024-03-18 10:34:53 +09:00
CHANGELOG.md
default.nix
flake.lock flake.lock: Bump flake inputs to prevent a warning message (#9816) 2024-03-06 00:00:34 +09:00
flake.nix
grammars.nix
languages.toml chore: update tree-sitter-markdown (#10039) 2024-03-29 08:31:27 -05:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml Add an Amp-like jump command 2024-03-23 15:35:25 +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!