No description
Find a file
2023-11-22 18:24:34 +01:00
.cargo enable rendering in integration tests () 2023-02-04 13:20:23 -08:00
.github Add an installation method field to the bug report template () 2023-11-04 09:34:54 +09:00
book add LSP for nushell () 2023-11-22 18:24:34 +01:00
contrib
docs
helix-core Default 'roots' field of language config 2023-11-14 11:56:53 +09:00
helix-dap
helix-event
helix-loader
helix-lsp build(deps): bump tokio from 1.33.0 to 1.34.0 () 2023-11-14 11:55:57 +09:00
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term Revert "Fix precedence of ui.virtual.whitespace ()" 2023-11-22 16:00:28 +09:00
helix-tui
helix-vcs Fix 'Tree::lookup_entry_by_path' usage 2023-10-16 12:43:00 +09:00
helix-view open urls with goto_file command () 2023-11-21 12:04:20 +01:00
runtime [themes] Add missing license files for recently added themes 2023-11-19 14:44:02 -06:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock open urls with goto_file command () 2023-11-21 12:04:20 +01:00
Cargo.toml
CHANGELOG.md Add changelog notes for 23.10 () 2023-10-26 01:10:45 +09:00
default.nix
flake.lock
flake.nix
grammars.nix grammars.nix: allow the user to apply overlays () 2023-11-09 09:56:57 +01:00
languages.toml add LSP for nushell () 2023-11-22 18:24:34 +01:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Update my name README.md () 2023-07-17 14:09:19 +09:00
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
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!