My fork of https://github.com/helix-editor/helix.
r/o

helix /

.cargo Add hook/event system 95w ago
.github build: lower ubuntu version from `24.04` to `22.04` (#13983) 17w ago
book Document tags.scm queries, commands and language support 17w ago
contrib Add release notes for 25.07.1
17w ago
docs fix: typos (#13505) 27w ago
helix-core Add syntax symbol pickers based on tags.scm queries 17w ago
helix-dap DAP: Support the startDebugging reverse request (#13403) 21w ago
helix-event chore(msrv): bump from 1.76 to 1.82 (#13275)
29w ago
helix-loader Add syntax symbol pickers based on tags.scm queries 17w ago
helix-lsp build(deps): bump the rust-dependencies group with 2 updates (#13909)
19w ago
helix-lsp-types chore(msrv): bump from 1.76 to 1.82 (#13275)
29w ago
helix-parsec fix(clippy): clippy 1.83 lints (#12150) 50w ago
helix-stdx Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 18w ago
helix-term ui/editor: try "ui.statusline.error" first for errors in status line. 13w ago
helix-tui Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 18w ago
helix-vcs Add docs to helix-stdx, helix-tui, helix-vcs (#13765) 18w ago
helix-view Complete words from open buffers (#13206) 17w ago
runtime themes/catppuccin_mocha: add "ui.statusline.error". 13w ago
xtask Add syntax symbol pickers based on tags.scm queries 17w ago
.envrc direnv: Watch changes to default.nix
37w ago
.gitattributes Help Linguist identify Tree-sitter queries (#13436) 29w ago
.gitignore fix: added .DS_Store to gitignore 51w ago
CHANGELOG.md Add release notes for 25.07.1
17w ago
Cargo.lock Add syntax symbol pickers based on tags.scm queries 17w ago
Cargo.toml Add release notes for 25.07.1
17w ago
LICENSE Add the LICENSE file. 236w ago
README.md Fix repology badge (#11895) 57w ago
base16_theme.toml base16_default: add styles to newer unthemed features (#10858)
73w ago
default.nix fix: fix support for grammar overlays and include predicate (#13603) (#13613) 25w ago
flake.lock flake: drop flake-utils dependency 27w ago
flake.nix fix: typos (#13505) 27w ago
grammars.nix chore: clean up grammars.nix (#13506) 27w ago
languages.toml just: bump grammar support to handle module path in aliases and recipes dependencies (#14009) 17w ago
logo.svg Reduce logo sizes even more (#9211)
98w ago
logo_dark.svg Reduce logo sizes even more (#9211)
98w ago
logo_light.svg Reduce logo sizes even more (#9211)
98w ago
rust-toolchain.toml chore(msrv): bump from 1.76 to 1.82 (#13275)
29w ago
rustfmt.toml Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 225w ago
screenshot.png update screenshot (#1879) 190w ago
shell.nix build(nix): update flake deps, add default.nix file 178w ago
theme.toml Allow theming directory prompt completions (#12205) 48w ago

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!