No description
Find a file
2025-02-26 17:28:34 -06:00
.cargo
.github Remove unused dependencies 2025-02-13 08:41:46 -05:00
book Add indents and textobjects for Kotlin (#12925) 2025-02-20 11:58:27 -06:00
contrib Fix Bash completion space regression (#12828) 2025-02-10 10:42:45 -06:00
docs
helix-core build(deps): bump the rust-dependencies group with 3 updates (#12903) 2025-02-17 17:36:50 -06:00
helix-dap DAP: Drain pending requests on recv failure 2025-02-04 09:09:54 -05:00
helix-event Migrate helix-event to foldhash 2025-02-17 17:35:00 -05:00
helix-loader Remove unused dependencies 2025-02-13 08:41:46 -05:00
helix-lsp Avoid cloning configured env vars when starting a language server 2025-02-19 10:30:06 -05:00
helix-lsp-types build(deps): bump the rust-dependencies group with 6 updates (#12956) 2025-02-24 18:05:24 -06:00
helix-parsec
helix-stdx build(deps): bump the rust-dependencies group with 4 updates (#12832) 2025-02-11 14:53:29 +09:00
helix-term feat(lsp): add container name as a column in the symbol pickers (#12930) 2025-02-26 17:28:34 -06:00
helix-tui Remove unused dependencies 2025-02-13 08:41:46 -05:00
helix-vcs build(deps): bump the rust-dependencies group with 4 updates (#12766) 2025-02-03 17:37:46 -06:00
helix-view Use custom titles for register select info boxes 2025-02-19 10:29:15 -05:00
runtime queries: Fix precedence in Erlang highlights 2025-02-26 10:55:00 -05:00
xtask xtask: Inline query and theme checks into main module 2025-02-24 10:51:28 -05:00
.envrc
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock build(deps): bump the rust-dependencies group with 6 updates (#12956) 2025-02-24 18:05:24 -06:00
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates (#12903) 2025-02-17 17:36:50 -06:00
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml Add indents and textobjects for Kotlin (#12925) 2025-02-20 11:58:27 -06:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml

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!