No description
Find a file
dependabot[bot] 68cfc1d6ae
build(deps): bump futures-executor from 0.3.26 to 0.3.27 ()
Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27)

---
updated-dependencies:
- dependency-name: futures-executor
  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-03-20 19:18:41 -05:00
.cargo
.github
book Add instructions for installing via AppImage () 2023-03-20 18:36:27 -05:00
contrib
docs
helix-core build(deps): bump indoc from 1.0.9 to 2.0.1 () 2023-03-20 19:14:29 -05:00
helix-dap
helix-loader
helix-lsp fix typo 2023-03-16 15:46:08 +09:00
helix-parsec revamped snippet text element parsing 2023-03-16 15:46:08 +09:00
helix-term Run shell commands asynchronously () 2023-03-20 19:12:18 -05:00
helix-tui Fix highlighting in picker with multiple columns () 2023-03-18 11:16:40 -05:00
helix-vcs build(deps): bump gix from 0.39.0 to 0.41.0 () 2023-03-14 10:57:31 +09:00
helix-view
runtime theme(rose-pine): add inlay hints () 2023-03-20 18:59:06 -05:00
xtask
.envrc Work around a nix-direnv issue 2022-02-25 18:01:47 +09:00
.gitattributes Add .gitattributes () 2022-08-03 08:21:51 -05:00
.gitignore
.ignore Add a .ignore file to make ripgrep more useful () 2022-08-03 09:00:39 -05:00
base16_theme.toml Set ui.text.inactive for official themes 2022-12-17 13:59:05 -06:00
Cargo.lock build(deps): bump futures-executor from 0.3.26 to 0.3.27 () 2023-03-20 19:18:41 -05:00
Cargo.toml
CHANGELOG.md
default.nix
flake.lock
flake.nix
grammars.nix
languages.toml Disable auto-pairing ' by default in OCaml () 2023-03-20 12:51:26 -05:00
LICENSE
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

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 @JakeHL for designing the logo!