No description
Find a file
A-Walrus a4a86120e8
Fix next/prev tree-sitter inconsistency ()
* Fix next/prev tree-sitter inconsistency

Before there where different results going to next or previous due to
sorting not dealing with multiple captures that start/end at the same
pos. I chose to prefer longer matches.

* Revert unnecessary change
2023-06-13 16:04:11 +02:00
.cargo
.github build(deps): bump cachix/install-nix-action from 20 to 21 () 2023-05-30 09:49:45 +09:00
book Add rl and rla aliasses for reload and reload-all commands () 2023-06-13 08:50:50 -05: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 Fix next/prev tree-sitter inconsistency () 2023-06-13 16:04:11 +02: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 revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term Add rl and rla aliasses for reload and reload-all commands () 2023-06-13 08:50:50 -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 add config option for instant completion entry preview (defaulting to true). 2023-06-09 13:23:29 -04:00
runtime Add merionette theme () 2023-06-13 16:01:02 +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 build(nix): update flake deps, add default.nix file 2022-06-21 17:39:30 -05:00
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 Use Vue language server based on Volar () 2023-06-12 00:46:47 +09: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!