No description
Find a file
2023-09-10 22:49:28 +02:00
.cargo
.github build(deps): bump actions/checkout from 3 to 4 () 2023-09-05 08:51:19 -05:00
book re-add indent and textobject queries for perl () 2023-09-10 21:27:04 +02:00
contrib
docs remove mention of Wasm from vision.md () 2023-06-19 23:10:50 -05:00
helix-core Fix various typos () 2023-09-10 15:31:12 -05:00
helix-dap Fix unwrap bug in DAP () 2023-04-17 15:36:04 -05:00
helix-event transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-loader build(deps): bump tempfile from 3.7.1 to 3.8.0 () 2023-08-22 12:49:15 +09:00
helix-lsp build(deps): bump tokio from 1.31.0 to 1.32.0 () 2023-08-29 13:12:00 +09:00
helix-parsec
helix-term Add tree-sitter-highlight-name command () 2023-09-10 14:57:44 +02:00
helix-tui crossterm: Handle 'hidden' modifier () 2023-08-31 15:11:01 +09:00
helix-vcs transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-view Fix various typos () 2023-09-10 15:31:12 -05:00
runtime Add additional YAML injections () 2023-09-10 22:49:28 +02:00
xtask Fix docgen again 2023-05-18 21:58:17 +02:00
.envrc
.gitattributes
.gitignore
.ignore docs: Update mdBook theme and improve maintainability () 2023-07-09 19:20:38 +02:00
base16_theme.toml
Cargo.lock Do not show (running) when opening picker () 2023-09-06 14:01:56 +09:00
Cargo.toml transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock Refactor Nix flake to use crane () 2023-07-28 13:30:26 +09:00
flake.nix Build flake packages with stable Rust () 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml re-add indent and textobject queries for perl () 2023-09-10 21:27:04 +02: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
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!