Add hook/event system 13ed4f6c parent 7d7ace55

authored by Pascal Kuthe committed by Blaž Hrastnik

.cargo Add hook/event system 2 years ago
.github build(deps): bump cachix/cachix-action from 13 to 14 (#9347)
2 years ago
book bash, make, css: highlight and indent queries improvement (#9393)
2 years ago
contrib Add changelog notes for 23.10 (#8086)
2 years ago
docs use workspace inheritance for common version (#8925) 2 years ago
helix-core Fix typo in string representation of GotoReference (#9395) 2 years ago
helix-dap remove build warnings (#9180) 2 years ago
helix-event Add hook/event system 2 years ago
helix-loader Use helix-stdx tilde expansion and normalization for HELIX_RUNTIME paths
2 years ago
helix-lsp Create helix-stdx crate for stdlib extensions
2 years ago
helix-parsec use workspace inheritance for common version (#8925) 2 years ago
helix-stdx Create helix-stdx crate for stdlib extensions
2 years ago
helix-term Add hook/event system 2 years ago
helix-tui Handle failure when enabling bracketed paste (#9353)
2 years ago
helix-vcs build(deps): bump tempfile from 3.8.1 to 3.9.0 (#9199)
2 years ago
helix-view Add hook/event system 2 years ago
runtime Update Scala tree-sitter grammar (#9348)
2 years ago
xtask use workspace inheritance for common version (#8925) 2 years ago
.envrc direnv: Watch the rust-toolchain file (#8921) 2 years ago
.gitattributes Add .gitattributes (#3318) 3 years ago
.gitignore Remove vale from .gitignore 3 years ago
CHANGELOG.md Add changelog notes for 23.10 (#8086)
2 years ago
Cargo.lock Add hook/event system 2 years ago
Cargo.toml Create helix-stdx crate for stdlib extensions
2 years ago
LICENSE Add the LICENSE file. 4 years ago
README.md Update README.md to add link to Kakoune and Neovim (#9119) 2 years ago
base16_theme.toml Set ui.text.inactive for official themes 3 years ago
default.nix build(nix): update flake deps, add default.nix file 3 years ago
flake.lock nix: update flake inputs (#8943)
2 years ago
flake.nix Fix version of Nix package (#9013) 2 years ago
grammars.nix Make nix flake respect unused grammars (#9326)
2 years ago
languages.toml Highlight .bash_history as bash (#9401) 2 years ago
logo.svg Reduce logo sizes even more (#9211)
2 years ago
logo_dark.svg Reduce logo sizes even more (#9211)
2 years ago
logo_light.svg Reduce logo sizes even more (#9211)
2 years ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877)
2 years ago
rustfmt.toml Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 4 years ago
screenshot.png update screenshot (#1879) 4 years ago
shell.nix build(nix): update flake deps, add default.nix file 3 years ago
theme.toml feat(debug): highlight current line (#5957)
3 years ago

README.md

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!