No description
Find a file
dependabot[bot] 10e7ca819b
build(deps): bump cachix/install-nix-action from 22 to 23 ()
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 10:01:37 +09:00
.cargo
.github build(deps): bump cachix/install-nix-action from 22 to 23 () 2023-09-05 10:01:37 +09:00
book Rename reset to default () 2023-08-30 16:38:29 +09:00
contrib Add 23.05 to the AppData 2023-05-18 16:01:26 +09:00
docs remove mention of Wasm from vision.md () 2023-06-19 23:10:50 -05:00
helix-core transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-dap
helix-event transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-loader build(deps): bump tempfile from 3.7.1 to 3.8.0 () 2023-08-22 12:49:15 +09:00
helix-lsp build(deps): bump tokio from 1.31.0 to 1.32.0 () 2023-08-29 13:12:00 +09:00
helix-parsec
helix-term Maintain the current cursor's position and view in the vsplit/hsplit commands too () 2023-09-04 12:39:48 +09:00
helix-tui crossterm: Handle 'hidden' modifier () 2023-08-31 15:11:01 +09:00
helix-vcs transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
helix-view use which on formatter command () 2023-08-30 16:51:03 +02:00
runtime Nord Theme: Fix missing ui text focus, use undercurls for diagnostics () 2023-09-04 12:21:18 -05:00
xtask
.envrc
.gitattributes
.gitignore
.ignore docs: Update mdBook theme and improve maintainability () 2023-07-09 19:20:38 +02:00
base16_theme.toml Set ui.text.inactive for official themes 2022-12-17 13:59:05 -06:00
Cargo.lock build(deps): bump rustix from 0.38.8 to 0.38.11 () 2023-09-05 10:01:17 +09:00
Cargo.toml transition to nucleo for fuzzy matching () 2023-08-30 13:26:21 +09:00
CHANGELOG.md misc doc fixes/improvements () 2023-06-08 13:27:58 +09:00
default.nix
flake.lock Refactor Nix flake to use crane () 2023-07-28 13:30:26 +09:00
flake.nix Build flake packages with stable Rust () 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml Update tree-sitter-blueprint () 2023-09-04 18:50:42 +02:00
LICENSE
logo.svg
logo_dark.svg
logo_light.svg
README.md Update my name README.md () 2023-07-17 14:09:19 +09:00
rust-toolchain.toml update MSRV to 1.65 2023-03-05 15:54:02 +09:00
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 @jakenvac for designing the logo!