Files
strudel/packages
space-shell 055f009357 feat: Refactor Vim/Helix keybindings with shared helper functions
Factor out the repl-eval and repl-stop event dispatching code into
replEval() and replStop() helper functions that are shared between
Vim and Helix keybindings.

This refactoring:
- Reduces code duplication between Vim :w/:q and Helix :w/:q commands
- Makes the keybinding handlers more maintainable
- Properly implements Helix commands using the commands.of() API
- Ensures consistent behavior across both keybinding modes

The Helix keybindings now properly integrate with the REPL using the
same event dispatch mechanism as Vim, dispatching custom repl-evaluate
and repl-stop events with fallbacks to keyboard events.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-13 19:47:12 +01:00
..
2025-11-04 20:54:21 -06:00
2025-11-22 17:17:41 -05:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-12-07 13:21:06 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-11-04 20:54:21 -06:00
2025-06-14 15:22:27 +01:00

Packages

Each folder represents one of the @strudel/* packages published to npm.

To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.