No description
Find a file
2023-06-18 12:05:59 -05:00
.cargo enable rendering in integration tests () 2023-02-04 13:20:23 -08:00
.github build(deps): bump cachix/install-nix-action from 20 to 21 () 2023-05-30 09:49:45 +09:00
book Add forth-lsp and update tree-sitter-forth () 2023-06-16 23:12:29 +02:00
contrib Add 23.05 to the AppData 2023-05-18 16:01:26 +09:00
docs misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
helix-core Add config for default line ending () 2023-06-16 12:02:15 -05:00
helix-dap
helix-loader build(deps): bump tempfile from 3.5.0 to 3.6.0 () 2023-06-13 09:51:34 +09:00
helix-lsp Rebase cleanup/fixes and use lsp::CompletionItem in item_to_transaction directly 2023-05-18 22:25:32 +02:00
helix-parsec
helix-term Move navigation methods from Picker to FilePicker 2023-06-18 12:05:59 -05:00
helix-tui Fix style overwriting in table rows with multiple cells () 2023-06-08 13:28:26 +09:00
helix-vcs build(deps): bump gix from 0.44.1 to 0.46.0 () 2023-06-13 09:51:47 +09:00
helix-view Use default line ending in open command () 2023-06-17 14:36:36 -05:00
runtime Add forth-lsp and update tree-sitter-forth () 2023-06-16 23:12:29 +02:00
xtask Fix docgen again 2023-05-18 21:58:17 +02:00
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock build(deps): bump libc from 0.2.145 to 0.2.146 () 2023-06-13 09:52:06 +09:00
Cargo.toml
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock nix: Update flake dependencies 2023-05-11 11:30:46 +09:00
flake.nix nix: add overlay for convenient package usage () 2023-05-19 22:21:05 +09:00
grammars.nix
languages.toml Add forth-lsp and update tree-sitter-forth () 2023-06-16 23:12:29 +02:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml
VERSION Bump the version to 23.05 2023-05-18 16:01:26 +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!