Fork of helix with some PRs merged
 
 
 
 
 
Go to file
VuiMuich 4cdba7cccd
Add standalone language support for `just` ()
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
.cargo enable rendering in integration tests ()
.github Recursive create the pkgname directory when creating a release tarball
book Add standalone language support for `just` ()
contrib Add changelog notes for the 23.03 release ()
docs Document how to run tests ()
helix-core build(deps): bump bitflags from 2.0.2 to 2.1.0 ()
helix-dap feat(debug): highlight current line ()
helix-loader emit cargo metadata duiring build scripts to avoid outdated buildscript outputs ()
helix-lsp Fix typos ()
helix-parsec revamped snippet text element parsing
helix-term Fix : Theme preview doesn't return theme to normal ()
helix-tui build(deps): bump bitflags from 2.0.2 to 2.1.0 ()
helix-vcs update dependencies
helix-view ensure :toggle soft-wrap.enable works by default ()
runtime Add standalone language support for `just` ()
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 bitflags from 2.0.2 to 2.1.0 ()
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 Add standalone language support for `just` ()
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!