No description
Find a file
dependabot[bot] d7e4d07943
build(deps): bump anyhow from 1.0.72 to 1.0.75 ()
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.75.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 12:47:29 +09:00
.cargo
.github CI: Remove the aarch64 appimage build steps from release () 2023-08-08 03:16:05 +09:00
book document a-ret picker keybinding () 2023-08-15 16:22:39 +02:00
contrib
docs
helix-core Remove unnecessary Err from get_canonicalized_path () 2023-08-20 21:11:32 +02:00
helix-dap
helix-loader build(deps): bump tempfile from 3.7.0 to 3.7.1 () 2023-08-08 15:20:49 +02:00
helix-lsp build(deps): bump tokio from 1.29.1 to 1.31.0 () 2023-08-15 09:33:07 +09:00
helix-parsec
helix-term create separate timer for redraw requests () 2023-08-22 06:24:30 +09:00
helix-tui Stop Terminal::drop from overriding work of Terminal::restore. () 2023-08-15 12:19:24 +09:00
helix-vcs
helix-view create separate timer for redraw requests () 2023-08-22 06:24:30 +09:00
runtime update fsharp tree-sitter () 2023-08-21 16:38:21 +02:00
xtask
.envrc
.gitattributes
.gitignore
.ignore
base16_theme.toml
Cargo.lock build(deps): bump anyhow from 1.0.72 to 1.0.75 () 2023-08-22 12:47:29 +09:00
Cargo.toml Update tree-sitter to latest master () 2023-08-20 00:21:18 +09:00
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock
flake.nix
grammars.nix nix: replace runCommandNoCC with runCommand () 2022-09-27 08:01:58 -05:00
languages.toml Update pyright config to avoid time-outs () 2023-08-21 21:26:32 +02:00
LICENSE Add the LICENSE file. 2021-05-11 01:44:00 +09:00
logo.svg
logo_dark.svg
logo_light.svg
README.md
rust-toolchain.toml
rustfmt.toml Add rustfmt.toml to force formatting to use rustfmt defaults 2021-07-23 18:11:22 +09:00
screenshot.png
shell.nix
theme.toml
VERSION Bump the version to 23.05 2023-05-18 16:01:26 +09:00

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!