No description
Find a file
2024-04-13 02:32:24 +02:00
.cargo Add hook/event system 2024-01-23 11:20:19 +09:00
.github
book
contrib
docs
helix-core don't manually grapheme align ts highlights () 2024-04-11 00:14:08 +09:00
helix-dap remove redundant imports () 2024-04-04 23:28:44 +09:00
helix-event
helix-loader typofix () 2024-04-03 23:05:48 +09:00
helix-lsp
helix-parsec
helix-stdx
helix-term
helix-tui Add narrow no-break space support () 2024-03-25 10:29:36 +09:00
helix-vcs
helix-view
runtime
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml Add jump-label styling for base16 themes () 2024-04-01 18:45:55 +02:00
Cargo.lock
Cargo.toml Add changelog notes for 24.03 () 2024-03-30 22:28:02 +09:00
CHANGELOG.md typo () 2024-03-31 13:59:46 +02:00
default.nix
flake.lock
flake.nix Fix version of Nix package () 2023-12-09 03:04:09 +09:00
grammars.nix
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Update README.md to add link to Kakoune and Neovim () 2023-12-19 15:50:39 +01:00
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml Add an Amp-like jump command 2024-03-23 15:35:25 +09: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!