Fork of helix with some PRs merged
 
 
 
 
 
Go to file
Kitsu 92c328c088
Add wbc and wbc! commands ()
.cargo enable rendering in integration tests ()
.github Recursive create the pkgname directory when creating a release tarball
book Add wbc and wbc! commands ()
contrib Add changelog notes for the 23.03 release ()
docs Document how to run tests ()
helix-core build(deps): bump etcetera from 0.7.1 to 0.8.0 ()
helix-dap Fix unwrap bug in DAP ()
helix-loader build(deps): bump etcetera from 0.7.1 to 0.8.0 ()
helix-lsp build(deps): bump tokio from 1.27.0 to 1.28.0 ()
helix-parsec revamped snippet text element parsing
helix-term Add wbc and wbc! commands ()
helix-tui build(deps): bump termini from 0.1.4 to 1.0.0 ()
helix-vcs build(deps): bump gix from 0.44.0 to 0.44.1 ()
helix-view Conserve BOM and properly support UTF16 ()
runtime Remove `tree-sitter-cabal` ()
xtask feat: lint for `ui.virtual` and catch present and future virtual based features ()
.envrc Work around a nix-direnv issue
.gitattributes Add .gitattributes ()
.gitignore Remove vale from .gitignore
.ignore Add a .ignore file to make ripgrep more useful ()
CHANGELOG.md changelog: Add remaining notes for 23.03 ()
Cargo.lock build(deps): bump serde from 1.0.160 to 1.0.162 ()
Cargo.toml Update tree-sitter to v0.20.10 ()
LICENSE Add the LICENSE file.
README.md Rewrite and refactor all documentation ()
VERSION Add changelog notes for the 23.03 release ()
base16_theme.toml Set ui.text.inactive for official themes
default.nix build(nix): update flake deps, add default.nix file
flake.lock build(nix): update flake dependencies, remove deprecated code from flake
flake.nix build(nix): update flake dependencies, remove deprecated code from flake
grammars.nix nix: replace `runCommandNoCC` with `runCommand` ()
languages.toml Remove `tree-sitter-cabal` ()
logo.svg Add the new logo!
logo_dark.svg Add logo with text included ()
logo_light.svg Add logo with text included ()
rust-toolchain.toml update MSRV to 1.65
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults
screenshot.png update screenshot ()
shell.nix build(nix): update flake deps, add default.nix file
theme.toml feat(debug): highlight current line ()

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 @JakeHL for designing the logo!