No description
Find a file
dependabot[bot] 53bb62b318
build(deps): bump tempfile from 3.8.0 to 3.8.1 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 16:57:03 +09:00
.cargo
.github
book
contrib Add changelog notes for 23.10 () 2023-10-26 01:10:45 +09:00
docs
helix-core
helix-dap Fix unwrap bug in DAP () 2023-04-17 15:36:04 -05:00
helix-event transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-loader
helix-lsp
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term build(deps): bump tempfile from 3.8.0 to 3.8.1 () 2023-10-31 16:57:03 +09:00
helix-tui
helix-vcs Fix 'Tree::lookup_entry_by_path' usage 2023-10-16 12:43:00 +09:00
helix-view
runtime
xtask
.envrc
.gitattributes
.gitignore Remove vale from .gitignore 2022-07-26 10:22:28 +09:00
.ignore
base16_theme.toml
Cargo.lock
Cargo.toml
CHANGELOG.md Add changelog notes for 23.10 () 2023-10-26 01:10:45 +09:00
default.nix
flake.lock Refactor Nix flake to use crane () 2023-07-28 13:30:26 +09:00
flake.nix Build flake packages with stable Rust () 2023-09-01 08:57:38 +09:00
grammars.nix nix: replace runCommandNoCC with runCommand () 2022-09-27 08:01:58 -05:00
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
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 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
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 @jakenvac for designing the logo!