From d869c23c1a00d16bef27aaf4dcf62789b356ff3c Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 6 Aug 2025 19:26:00 +0200 Subject: [PATCH] Fix the useHunkModeInStagingView hint in the breaking changes message --- 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 09d298873..3a8823b8b 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2139,7 +2139,7 @@ git: - The default selection mode in the staging and custom patch building views has been changed to hunk mode. This is the more useful mode in most cases, as it usually saves a lot of keystrokes. If you want to switch back to the old line mode default, you can do so by adding the following to your config: gui: - useHunkSelectionMode: false + useHunkModeInStagingView: false `, }, }