Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--
133
-rw-r--r--
2085
-rw-r--r--
3607
-rw-r--r--
2047
75.75 0 0 0 0 1.06L13.19 8l-1.97 1.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0ZM8.856 2.008a.75.75 0 0 1 .636.848l-1.5 10.5a.75.75 0 0 1-1.484-.212l1.5-10.5a.75.75 0 0 1 .848-.636Z" clip-rule="evenodd" /> Code
petrak@ Add auto-pairs to scheme language support (#9232)
7e389b6 · 2024-01-05 6837Commits
.cargo
d---------
.envrc
-rw-r--r--
177
.gitattributes
-rw-r--r--
243
.github
d---------
.gitignore
-rw-r--r--
63
.ignore
-rw-r--r--
150
CHANGELOG.md
-rw-r--r--
176317
Cargo.lock
-rw-r--r--
64253
Cargo.toml
-rw-r--r--
1002
LICENSE
-rw-r--r--
16725
README.md
-rw-r--r--
2651
base16_theme.toml
-rw-r--r--
1602
book
d---------
contrib
d---------
default.nix
-rw-r--r--
345
docs
d---------
flake.lock
-rw-r--r--
2604
flake.nix
-rw-r--r--
6514
grammars.nix
-rw-r--r--
3693
helix-core
d---------
helix-dap
d---------
helix-event
d---------
helix-loader
d---------
helix-lsp
d---------
helix-parsec
d---------
helix-term
d---------
helix-tui
d---------
helix-vcs
d---------
helix-view
d---------
languages.toml
-rw-r--r--
80811
logo.svg
-rw-r--r--
1554
logo_dark.svg
-rw-r--r--
3073
logo_light.svg
-rw-r--r--
2981
runtime
d---------
rust-toolchain.toml
-rw-r--r--
78
rustfmt.toml
-rw-r--r--
0
screenshot.png
-rw-r--r--
367553
shell.nix
-rw-r--r--
336
theme.toml
-rw-r--r--
3238
xtask
d---------
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

Although it's primarily a terminal-based editor, I am interested in exploring a custom renderer (similar to Emacs) using 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!