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
Matthew Paras d1da0f5b37
Merge pull request #2 from voidcontext/switch-replace
Add editor-switch-action! command to be able to switch to an existing buffer
5 months ago
.cargo Add hook/event system 10 months ago
.github build(deps): bump peaceiris/actions-mdbook from 1 to 2 (#10314) 8 months ago
book Add completion/signature bindings to keymap.md (#10654) 7 months ago
contrib Make Helix.appdata.xml spec-compliant (#10051) 8 months ago
docs use workspace inheritance for common version (#8925) 12 months ago
helix-core rebase from latest 7 months ago
helix-dap remove redundant imports (#10154) 8 months ago
helix-event rebase from latest 7 months ago
helix-loader typofix (#10125) 8 months ago
helix-lsp fix lsp restart (#10614) 7 months ago
helix-parsec use workspace inheritance for common version (#8925) 12 months ago
helix-stdx don't manually grapheme align ts highlights (#10310) 8 months ago
helix-term Follow naming conventions 5 months ago
helix-tui rebase from latest 7 months ago
helix-vcs nit: remove unused `ceiling_dir` param 7 months ago
helix-view Implement editor-switch-action instead of hardcoded replace 5 months ago
runtime Add `is not` and `not in` to python syntax (#10647) 7 months ago
steel@b1618afc56 update instructions, include steel submodule 5 months ago
xtask update instructions, include steel submodule 5 months ago
.envrc direnv: Watch the rust-toolchain file (#8921) 1 year ago
.gitattributes Add .gitattributes (#3318) 2 years ago
.gitignore Remove vale from .gitignore 2 years ago
.gitmodules update instructions, include steel submodule 5 months ago
CHANGELOG.md typo (#10060) 8 months ago
Cargo.lock update steel to latest 5 months ago
Cargo.toml point to the latest steel version 5 months ago
LICENSE Add the LICENSE file. 4 years ago
README.md Update README.md to add link to Kakoune and Neovim (#9119) 11 months ago
STEEL.md fix instructions 5 months ago
base16_theme.toml feat(themes): add `ui.virtual.ruler` for `base16_default` 7 months 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) 9 months ago
flake.nix merge latest from master 10 months ago
grammars.nix Make nix flake respect unused grammars (#9326) 11 months ago
languages.toml Add pest support (#10616) 7 months ago
logo.svg Reduce logo sizes even more (#9211) 11 months ago
logo_dark.svg Reduce logo sizes even more (#9211) 11 months ago
logo_light.svg Reduce logo sizes even more (#9211) 11 months ago
rust-toolchain.toml bump MSRV to 1.70.0 (#8877) 1 year ago
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 3 years ago
screenshot.png update screenshot (#1879) 3 years ago
shell.nix build(nix): update flake deps, add default.nix file 2 years ago
theme.toml Change cursor color per mode for default (#10608) 7 months 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!