No description
Find a file
2023-03-08 10:48:35 +09:00
.cargo
.github
book
contrib Add Appstream metadata file () 2023-01-24 17:26:42 -06:00
docs
helix-core
helix-dap
helix-loader
helix-lsp Correctly handle multiple cursors with LSP snippets 2023-03-08 10:48:35 +09:00
helix-parsec Remove now unused the pattern combinator 2023-03-08 10:48:35 +09:00
helix-term
helix-tui Update crossterm to 0.26.1 2023-02-28 12:35:52 +09:00
helix-vcs update MSRV to 1.65 2023-03-05 15:54:02 +09:00
helix-view
runtime
xtask
.envrc
.gitattributes Add .gitattributes () 2022-08-03 08:21:51 -05:00
.gitignore
.ignore Add a .ignore file to make ripgrep more useful () 2022-08-03 09:00:39 -05:00
base16_theme.toml Set ui.text.inactive for official themes 2022-12-17 13:59:05 -06:00
Cargo.lock
Cargo.toml
CHANGELOG.md
default.nix build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
flake.lock build(nix): fix devshell 2023-02-25 07:06:30 +03:00
flake.nix
grammars.nix
languages.toml
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Rewrite and refactor all documentation () 2023-03-06 18:27:17 +09:00
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 update screenshot () 2022-03-30 00:16:57 +09:00
shell.nix
theme.toml Add markup.strikethrough theme keys () 2023-01-21 16:21:26 -06:00
VERSION Add changelog notes for 22.12 () 2022-12-07 11:54:50 +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 @JakeHL for designing the logo!