1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
A post-modern modal text editor. https://helix-editor.com
Go to file
dependabot[bot] 53500f6ebd
build(deps): bump libc from 0.2.147 to 0.2.148 (#8327)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.147 to 0.2.148.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.147...0.2.148)

---
updated-dependencies:
- dependency-name: libc
  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-09-19 11:29:30 +09:00
.cargo
.github build(deps): bump actions/checkout from 3 to 4 (#8173) 2023-09-05 08:51:19 -05:00
book Use Maskhjarnas tree-sitter-purescript (#8306) 2023-09-17 18:50:58 +02:00
contrib
docs Fix search highlighting for the default docs theme (#8270) 2023-09-13 16:37:39 +02:00
helix-core Fix various typos (#8233) 2023-09-10 15:31:12 -05:00
helix-dap
helix-event transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
helix-loader build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038) 2023-08-22 12:49:15 +09:00
helix-lsp build(deps): bump tokio from 1.31.0 to 1.32.0 (#8105) 2023-08-29 13:12:00 +09:00
helix-parsec
helix-term build(deps): bump libc from 0.2.147 to 0.2.148 (#8327) 2023-09-19 11:29:30 +09:00
helix-tui crossterm: Handle 'hidden' modifier (#8120) 2023-08-31 15:11:01 +09:00
helix-vcs transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
helix-view Add insert-final-newline config option (#8157) 2023-09-11 19:06:25 -05:00
runtime Update Unison highlights (#8315) 2023-09-17 13:23:19 -05:00
xtask
.envrc
.gitattributes
.gitignore
.ignore docs: Update mdBook theme and improve maintainability (#7524) 2023-07-09 19:20:38 +02:00
base16_theme.toml
Cargo.lock build(deps): bump libc from 0.2.147 to 0.2.148 (#8327) 2023-09-19 11:29:30 +09:00
Cargo.toml transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00
CHANGELOG.md
default.nix
flake.lock Refactor Nix flake to use crane (#7763) 2023-07-28 13:30:26 +09:00
flake.nix Build flake packages with stable Rust (#8133) 2023-09-01 08:57:38 +09:00
grammars.nix
languages.toml Use Maskhjarnas tree-sitter-purescript (#8306) 2023-09-17 18:50:58 +02:00
LICENSE
logo_dark.svg
logo_light.svg
logo.svg
README.md Update my name README.md (#7656) 2023-07-17 14:09:19 +09:00
rust-toolchain.toml
rustfmt.toml
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!