From a6b3b9ef5e7ca385ea39722fe861a8ed469113ac Mon Sep 17 00:00:00 2001 From: space-shell Date: Mon, 15 Dec 2025 13:22:13 +0100 Subject: [PATCH] updates formatting --- website/src/pages/technical-manual/helix.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/technical-manual/helix.mdx b/website/src/pages/technical-manual/helix.mdx index 1de42d1e..36f05898 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