From 4bc1ba22c17dd8ba129f2ca878695e3c1dc2d491 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 3 Aug 2025 12:38:57 +0200 Subject: [PATCH] Add a breaking changes notice for the changed keybinding --- pkg/i18n/english.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 28d7ed449..3b4d6d95a 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2158,6 +2158,13 @@ git: gui: useHunkModeInStagingView: false +`, + "0.55.0": `- The 'redo' command, which used to be bound to ctrl-z, is now bound to shift-Z instead. This is because ctrl-z is now used for suspending the application; it is a commonly known keybinding for that in the Linux world. If you want to revert this change, you can do so by adding the following to your config: + +keybinding: + universal: + suspendApp: + redo: `, }, }