https://github.com/anuvyklack/helix.el
https://github.com/anuvyklack/helix.el
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuvyklack/helix.el
- Owner: anuvyklack
- Created: 2025-04-11T23:19:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T08:34:46.000Z (about 1 year ago)
- Last Synced: 2025-05-07T10:18:59.971Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: Hell (Helix Emulation Layer)
[[https://helix-editor.com/][Helix Editor]] emulation layer. The name "Hell" was choosen to rhyme with [[https://github.com/emacs-evil/evil][Evil]].
* Differences from Helix text editor
- =gh= / =gl= make a selection from current position till the beginning/end of the
line. This is done for convenience, since all other motions make selections.
In Helix they only move cursor without selection.
- Inner objects are available directly under =m= prefix together with =mi= to reduce
keystrokes: =mw= is the same as =miw= — select word.
- Match (or mark) commands accept numeric arguments:
=m2ip= or =2mip= — mark 2 paragraphs.