From 5e326853dc91aa00078a6fcac5fab3fc709ea8a7 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Tue, 26 May 2026 22:26:18 +0200 Subject: [PATCH] Fix breaking changes note Ctrl+s used to be a separate binding confirmInEditor-alt, but now that it was folded into the main confirmInEditor, we need to mention both bindings here. Also use the new syntax while we're at it. --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index ee5f4ceec15..b52c3f20e26 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2266,7 +2266,7 @@ keybinding: keybinding: universal: - confirmInEditor: + confirmInEditor: [, ] `, }, }