No description
Find a file
2024-05-07 01:51:20 +09:00
.cargo
.github
book Add support for Inko () 2024-05-06 18:04:32 +02:00
contrib
docs
helix-core Debugger template: allow missing or empty completion list () 2024-05-06 17:37:04 +02: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-stdx
helix-term Revert "Refactor statusline elements to build Spans ()" () 2024-05-07 01:51:20 +09:00
helix-tui
helix-vcs
helix-view fix: avoid child area overflow on split () 2024-04-29 08:18:05 -05:00
runtime Add support for Inko () 2024-05-06 18:04:32 +02:00
xtask
.envrc direnv: Watch the rust-toolchain file () 2023-11-29 11:01:12 +09:00
.gitattributes
.gitignore
base16_theme.toml
Cargo.lock
Cargo.toml use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
CHANGELOG.md
default.nix Expose all flake outputs through flake-compat () 2024-05-07 01:33:59 +09:00
flake.lock
flake.nix Fix version of Nix package () 2023-12-09 03:04:09 +09:00
grammars.nix
languages.toml Add support for Inko () 2024-05-06 18:04:32 +02:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml Change cursor color per mode for default () 2024-04-26 16:50:29 -05: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!