Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--
153
-rw-r--r--
2403
-rw-r--r--
14918
-rw-r--r--
2237
-rw-r--r--
1956
4.22 7.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd" />
Nathan Vegdahl Start searches at the right side of the block cursor.
01247ac · 2021-07-26 5160Commits
.envrc
-rw-r--r--
129
.github
d---------
.gitignore
-rw-r--r--
87
.gitmodules
-rw-r--r--
4196
CHANGELOG.md
-rw-r--r--
4880
Cargo.lock
-rw-r--r--
29317
Cargo.toml
-rw-r--r--
304
LICENSE
-rw-r--r--
16725
README.md
-rw-r--r--
3456
TODO.md
-rw-r--r--
1151
book
d---------
contrib
d---------
docs
d---------
flake.lock
-rw-r--r--
2558
flake.nix
-rw-r--r--
2576
helix-core
d---------
helix-lsp
d---------
helix-syntax
d---------
helix-term
d---------
helix-tui
d---------
helix-view
d---------
languages.toml
-rw-r--r--
4243
runtime
d---------
rustfmt.toml
-rw-r--r--
0
screenshot.png
-rw-r--r--
168152
shell.nix
-rw-r--r--
324
theme.toml
-rw-r--r--
2031
README.md

Helix

[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions) [![GitHub Release](https://img.shields.io/github/v/release/helix-editor/helix)](https://github.com/helix-editor/helix/releases/latest) [![Documentation](https://shields.io/badge/-documentation-452859)](https://docs.helix-editor.com/) [![GitHub contributors](https://img.shields.io/github/contributors/helix-editor/helix)](https://github.com/helix-editor/helix/graphs/contributors) [![Matrix Space](https://img.shields.io/matrix/helix-community:matrix.org)](https://matrix.to/#/#helix-community:matrix.org)

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!