Files
strudel/packages/codemirror
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-06-18 20:44:09 -04:00
cf
2025-11-01 02:40:40 -04:00
2025-10-06 15:53:44 +02:00
2025-04-19 16:10:38 -04:00
2023-05-05 15:13:17 +02:00
2024-03-17 04:36:48 +01:00
2025-06-18 20:44:09 -04:00
2025-09-13 16:21:09 -05:00
2024-02-08 12:19:11 +01:00
2024-12-16 23:11:01 +01:00

@strudel/codemirror

This package contains helpers and extensions to use codemirror6. See vite-vanilla-repl-cm6 as an example of using it.