No description
Find a file
dependabot[bot] b05ed9bf85
build(deps): bump the rust-dependencies group with 4 updates ()
Bumps the rust-dependencies group with 4 updates: [bitflags](https://github.com/bitflags/bitflags), [url](https://github.com/servo/rust-url), [cc](https://github.com/rust-lang/cc-rs) and [libloading](https://github.com/nagisa/rust_libloading).


Updates `bitflags` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0)

Updates `url` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2)

Updates `cc` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.99...cc-v1.0.100)

Updates `libloading` from 0.8.3 to 0.8.4
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.8.3...0.8.4)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libloading
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 23:22:20 +09:00
.cargo
.github
book
contrib
docs
helix-core build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
helix-dap Prevent improper files (like /dev/random) from being used as file arguments () 2024-06-18 18:14:17 +02:00
helix-event
helix-loader
helix-lsp Prevent improper files (like /dev/random) from being used as file arguments () 2024-06-18 18:14:17 +02:00
helix-parsec
helix-stdx build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
helix-term build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
helix-tui build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
helix-vcs
helix-view build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
runtime
xtask
.envrc
.gitattributes
.gitignore
base16_theme.toml base16_default: add styles to newer unthemed features () 2024-06-23 10:07:13 +09:00
Cargo.lock build(deps): bump the rust-dependencies group with 4 updates () 2024-06-25 23:22:20 +09:00
Cargo.toml Prevent improper files (like /dev/random) from being used as file arguments () 2024-06-18 18:14:17 +02:00
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml add ruler at 101 and text-width at 100 to lean in languages.toml () 2024-06-23 10:09:39 +09:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml
screenshot.png
shell.nix
theme.toml

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!