You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/book/src
Omnikar e91d357fae
Macros (#1234)
* Macros WIP

`helix_term::compositor::Callback` changed to take a `&mut Context` as
a parameter for use by `play_macro`

* Default to `@` register for macros

* Import `KeyEvent`

* Special-case shift-tab -> backtab in `KeyEvent` conversion

* Move key recording to the compositor

* Add comment

* Add persistent display of macro recording status

When macro recording is active, the pending keys display will be shifted
3 characters left, and the register being recorded to will be displayed
between brackets — e.g., `[@]` — right of the pending keys display.

* Fix/add documentation
3 years ago
..
generated Use same name used in config files for langs in docs 3 years ago
guides Fix typo on docs (#1201) 3 years ago
SUMMARY.md Auto generate docs for language support 3 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md File picker config (#988) 3 years ago
from-vim.md Improve docs, fix up a few highlight scopes 3 years ago
hooks.md Add book/ (mdbook based user guide) 3 years ago
install.md Remove defunct helix-bin AUR link 3 years ago
keymap.md Macros (#1234) 3 years ago
lang-support.md Auto generate docs for language support 3 years ago
languages.md feat(book/src/languages.md) (#979) 3 years ago
remapping.md Update book to include typable command remapping (#1240) 3 years ago
themes.md Add llvm grammar (#1167) 3 years ago
usage.md Implement black hole register (#1165) 3 years ago