Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.11 to 0.38.13. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.11...v0.38.13) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
3 weeks ago | |
---|---|---|
.cargo | 8 months ago | |
.github | 4 weeks ago | |
book | 3 weeks ago | |
contrib | 5 months ago | |
docs | 4 months ago | |
helix-core | 3 weeks ago | |
helix-dap | 6 months ago | |
helix-event | 1 month ago | |
helix-loader | 1 month ago | |
helix-lsp | 1 month ago | |
helix-parsec | 7 months ago | |
helix-term | 3 weeks ago | |
helix-tui | 1 month ago | |
helix-vcs | 1 month ago | |
helix-view | 3 weeks ago | |
runtime | 3 weeks ago | |
xtask | 5 months ago | |
.envrc | 2 years ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
.ignore | 3 months ago | |
CHANGELOG.md | 4 months ago | |
Cargo.lock | 3 weeks ago | |
Cargo.toml | 1 month ago | |
LICENSE | 2 years ago | |
README.md | 3 months ago | |
VERSION | 5 months ago | |
base16_theme.toml | 10 months ago | |
default.nix | 1 year ago | |
flake.lock | 2 months ago | |
flake.nix | 1 month ago | |
grammars.nix | 1 year ago | |
languages.toml | 3 weeks ago | |
logo.svg | 10 months ago | |
logo_dark.svg | 10 months ago | |
logo_light.svg | 10 months ago | |
rust-toolchain.toml | 7 months ago | |
rustfmt.toml | 2 years ago | |
screenshot.png | 2 years ago | |
shell.nix | 1 year ago | |
theme.toml | 6 months ago |
README.md
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.
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
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!