Helix Mirror
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Michael Davis e298b3c9c3
Picker: Highlight the currently active column
We can track the ranges in the input text that correspond to each column
and use this information during rendering to apply a new theme key that
makes the "active column" stand out. This makes it easier to tell at
a glance which column you're entering.
3 weeks ago
.cargo Add hook/event system 4 months ago
.github build(deps): bump peaceiris/actions-mdbook from 1 to 2 (#10314) 1 month ago
book Picker: Highlight the currently active column 3 weeks ago
contrib Make Helix.appdata.xml spec-compliant (#10051) 2 months ago
docs use workspace inheritance for common version (#8925) 6 months ago
helix-core Convert LSP URIs into custom URIs 3 weeks ago
helix-dap remove redundant imports (#10154) 1 month ago
helix-event Request a UI redraw on Drop of an Injector 3 weeks ago
helix-loader typofix (#10125) 2 months ago
helix-lsp don't overload LS with completion resolve requests 4 weeks ago
helix-parsec use workspace inheritance for common version (#8925) 6 months ago
helix-stdx don't manually grapheme align ts highlights (#10310) 1 month ago
helix-term Picker: Highlight the currently active column 3 weeks ago
helix-tui Override crossterm's support for NO_COLOR. (#10514) 4 weeks ago
helix-vcs Update gix to version 0.62 (#10451) 1 month ago
helix-view Convert LSP URIs into custom URIs 3 weeks ago
runtime Refactor Dark Plus and add new maintainer (#10574) 3 weeks ago
xtask chore: remove unused xtask themelint (#10294) 1 month ago
.envrc direnv: Watch the rust-toolchain file (#8921) 6 months ago
.gitattributes Add .gitattributes (#3318) 2 years ago
.gitignore Remove vale from .gitignore 2 years ago
CHANGELOG.md typo (#10060) 2 months ago
Cargo.lock Convert LSP URIs into custom URIs 3 weeks ago
Cargo.toml avoid collecting columns to a temporary vec 3 weeks ago
LICENSE Add the LICENSE file. 3 years ago
README.md Update README.md to add link to Kakoune and Neovim (#9119) 5 months ago
base16_theme.toml feat(themes): add `ui.virtual.ruler` for `base16_default` 1 month ago
default.nix build(nix): update flake deps, add default.nix file 2 years ago
flake.lock flake.lock: Bump flake inputs to prevent a warning message (#9816) 2 months ago
flake.nix Fix version of Nix package (#9013) 5 months ago
grammars.nix Make nix flake respect unused grammars (#9326) 4 months ago
languages.toml Add support for highlighting any `.*ignore` file (#10579) 3 weeks ago
logo.svg Reduce logo sizes even more (#9211) 5 months ago
logo_dark.svg Reduce logo sizes even more (#9211) 5 months ago
logo_light.svg Reduce logo sizes even more (#9211) 5 months ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877) 6 months ago
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 3 years ago
screenshot.png update screenshot (#1879) 2 years ago
shell.nix build(nix): update flake deps, add default.nix file 2 years ago
theme.toml fix(themes): correct typo in `theme.toml` 1 month 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!