diff --git a/website/src/pages/technical-manual/helix.mdx b/website/src/pages/technical-manual/helix.mdx index 1de42d1e1..36f058985 100644 --- a/website/src/pages/technical-manual/helix.mdx +++ b/website/src/pages/technical-manual/helix.mdx @@ -62,6 +62,7 @@ Helix uses a selection-first approach, which means: Currently, Helix mode in Strudel provides standard Helix keybindings. Unlike Vim mode, there are no custom Strudel-specific commands (like `:w` to evaluate) yet. To evaluate code while in Helix mode, use the standard shortcuts: + - `Ctrl+Enter` or `Alt+Enter` — Evaluate code - `Alt+.` — Stop playback